Home
last modified time | relevance | path

Searched refs:ipsec_optlen (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_output.c212 unsigned ipsec_optlen = 0; in tcp_output() local
536 ipsec_optlen = IPSEC_HDRSIZE(ipv6, tp->t_inpcb); in tcp_output()
543 ipsec_optlen = IPSEC_HDRSIZE(ipv4, tp->t_inpcb); in tcp_output()
557 ipoptlen += ipsec_optlen; in tcp_output()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c11905 unsigned ipsec_optlen = 0; in rack_output() local
12585 ipsec_optlen = IPSEC_HDRSIZE(ipv6, tp->t_inpcb); in rack_output()
12592 ipsec_optlen = IPSEC_HDRSIZE(ipv4, tp->t_inpcb); in rack_output()
12597 ipoptlen += ipsec_optlen; in rack_output()
13115 ipoptlen += ipsec_optlen; in rack_output()
H A Dbbr.c12002 unsigned ipsec_optlen = 0; in bbr_output_wtime() local
12726 ipsec_optlen = IPSEC_HDRSIZE(ipv6, inp); in bbr_output_wtime()
12733 ipsec_optlen = IPSEC_HDRSIZE(ipv4, inp); in bbr_output_wtime()
12737 ipoptlen += ipsec_optlen; in bbr_output_wtime()
13091 ipoptlen += ipsec_optlen; in bbr_output_wtime()