Searched refs:ipsec4_in_reject (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/netipsec/
H A Dipsec_mod.c65 .check_policy = ipsec4_in_reject,
H A Dipsec.h334 int ipsec4_in_reject(const struct mbuf *, struct inpcb *);
H A Dipsec_input.c262 if (ipsec4_in_reject(m, NULL) != 0) {
H A Dipsec_output.c384 if (ipsec4_in_reject(m, NULL) != 0) {
H A Dipsec.c622 ipsec4_in_reject(const struct mbuf *m, struct inpcb *inp) function

Completed in 68 milliseconds