Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dipsec_support.h168 #define IPSEC_HDRSIZE(proto, inp) \ macro
222 #define IPSEC_HDRSIZE(proto, ...) \ macro
/freebsd/sys/netinet/
H A Dtcp_output.c539 ipsec_optlen = IPSEC_HDRSIZE(ipv6, inp); in tcp_default_output()
546 ipsec_optlen = IPSEC_HDRSIZE(ipv4, inp); in tcp_default_output()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c12582 ipsec_optlen = IPSEC_HDRSIZE(ipv6, inp); in bbr_output_wtime()
12589 ipsec_optlen = IPSEC_HDRSIZE(ipv4, inp); in bbr_output_wtime()
H A Drack.c20685 ipsec_optlen = IPSEC_HDRSIZE(ipv6, inp); in rack_output()
20692 ipsec_optlen = IPSEC_HDRSIZE(ipv4, inp); in rack_output()