Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dipsec_mod.c65 .check_policy = ipsec4_in_reject,
86 .check_policy = ipsec6_in_reject,
H A Dipsec_support.h49 int (*check_policy)(const struct mbuf *, struct inpcb *); member
126 (*(proto ## _ipsec_support)->methods->check_policy)(m, __VA_ARGS__)
H A Dsubr_ipsec.c360 check_policy, METHOD_DECL(struct ipsec_support * const sc, struct mbuf *m, in IPSEC_KMOD_METHOD()