Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dipsec_pcb.c184 if ((inp_sp->flags & INP_OUTBOUND_POLICY) != 0)
250 INP_INBOUND_POLICY | INP_OUTBOUND_POLICY)) == 0, in ipsec_copy_pcbpolicy()
268 if (old->inp_sp->flags & INP_OUTBOUND_POLICY) {
278 new->inp_sp->flags |= INP_OUTBOUND_POLICY; in ipsec_set_pcbpolicy()
354 flags = INP_OUTBOUND_POLICY; in ipsec_set_pcbpolicy()
394 flags &= INP_OUTBOUND_POLICY; in ipsec_get_pcbpolicy()
H A Dipsec.h138 #define INP_OUTBOUND_POLICY 0x0002 macro
H A Dipsec.c327 if (inp->inp_sp->flags & INP_OUTBOUND_POLICY) in ipsec_invalidate_cache()
346 if (inp->inp_sp->flags & INP_OUTBOUND_POLICY) in ipsec_cachepolicy()
460 flags &= INP_OUTBOUND_POLICY; in ipsec_getpcbpolicy()