Searched refs:u_flags (Results 1 – 4 of 4) sorted by relevance
83 if (up->u_flags & UF_ESPINUDP) in udp_ipsec_pcbctl()99 up->u_flags &= ~UF_ESPINUDP; in udp_ipsec_pcbctl()102 up->u_flags |= UF_ESPINUDP; in udp_ipsec_pcbctl()
117 u_int u_flags; /* Generic UDP flags. */ member
273 if (up->u_flags & UF_ESPINUDP) {/* IPSec UDP encaps. */ in udp_append()
174 if ((up->u_flags & UF_ESPINUDP) != 0 && in udp6_append()