Home
last modified time | relevance | path

Searched refs:IPSEC_HDRSIZE (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dipsec_support.h135 #define IPSEC_HDRSIZE(proto, inp) \ macro
186 #define IPSEC_HDRSIZE(proto, ...) \ macro
/f-stack/freebsd/netinet/
H A Dtcp_output.c536 ipsec_optlen = IPSEC_HDRSIZE(ipv6, tp->t_inpcb); in tcp_output()
543 ipsec_optlen = IPSEC_HDRSIZE(ipv4, tp->t_inpcb); in tcp_output()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c12585 ipsec_optlen = IPSEC_HDRSIZE(ipv6, tp->t_inpcb); in rack_output()
12592 ipsec_optlen = IPSEC_HDRSIZE(ipv4, tp->t_inpcb); in rack_output()
H A Dbbr.c12726 ipsec_optlen = IPSEC_HDRSIZE(ipv6, inp); in bbr_output_wtime()
12733 ipsec_optlen = IPSEC_HDRSIZE(ipv4, inp); in bbr_output_wtime()