Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dipsec_mod.c62 .check_policy = ipsec4_in_reject,
H A Dipsec_support.h58 int ipsec4_in_reject(const struct mbuf *, struct inpcb *);
H A Dipsec_input.c279 if (ipsec4_in_reject(m, NULL) != 0) { in ipsec4_input()
H A Dipsec_output.c483 if (ipsec4_in_reject(m, NULL) != 0) { in in6_sa_equal_addrwithscope()
H A Dipsec.c633 ipsec4_in_reject(const struct mbuf *m, struct inpcb *inp) in ipsec4_in_reject() function