Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dipsec_support.h129 #define IPSEC_OUTPUT(proto, m, ...) \ macro
180 #define IPSEC_OUTPUT(proto, ...) \ macro
/f-stack/freebsd/netinet/
H A Dip_output.c684 if ((error = IPSEC_OUTPUT(ipv4, m, inp)) != 0) { in ip_output()
/f-stack/freebsd/netinet6/
H A Dip6_output.c478 if ((error = IPSEC_OUTPUT(ipv6, m, inp)) != 0) { in ip6_output()