Searched refs:ipsec_input_disabled (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/netinet/ |
| D | ipsec_input.c | 750 ipsec_input_disabled(struct mbuf **mp, int *offp, int proto, int af) in ipsec_input_disabled() function 774 return ipsec_input_disabled(mp, offp, proto, af); in ah46_input() 807 return ipsec_input_disabled(mp, offp, proto, af); in esp46_input() 831 return ipsec_input_disabled(mp, offp, proto, af); in ipcomp46_input()
|
| D | ip_ipsp.h | 695 int ipsec_input_disabled(struct mbuf **, int *, int, int);
|