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

/freebsd-12-stable/sys/netipsec/
H A Dipsec6.h70 int ipsec6_in_reject(const struct mbuf *, struct inpcb *);
H A Dipsec_mod.c86 .check_policy = ipsec6_in_reject,
H A Dipsec_input.c475 if (ipsec6_in_reject(m, NULL) != 0) {
664 ipsec6_in_reject(m, NULL)) {
H A Dipsec.c805 ipsec6_in_reject(const struct mbuf *m, struct inpcb *inp) function
H A Dipsec_output.c679 if (ipsec6_in_reject(m, NULL) != 0) {

Completed in 62 milliseconds