Searched refs:UF_ESPINUDP (Results 1 – 4 of 4) sorted by relevance
81 if (up->u_flags & UF_ESPINUDP) in udp_ipsec_pcbctl()97 up->u_flags &= ~UF_ESPINUDP; in udp_ipsec_pcbctl()100 up->u_flags |= UF_ESPINUDP; in udp_ipsec_pcbctl()
83 #define UF_ESPINUDP 0x00000002 /* w/ non-ESP marker. */ macro
335 if (up->u_flags & UF_ESPINUDP) {/* IPSec UDP encaps. */ in udp_append()