Searched refs:inp_flags2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Din_pcbgroup.c248 KASSERT(!(inp->inp_flags2 & INP_PCBGROUPWILD),
257 inp->inp_flags2 |= INP_PCBGROUPWILD;
269 KASSERT((inp->inp_flags2 & INP_PCBGROUPWILD),
278 inp->inp_flags2 &= ~INP_PCBGROUPWILD;
299 if (wildcard_needed && !(inp->inp_flags2 & INP_PCBGROUPWILD))
301 else if (!wildcard_needed && (inp->inp_flags2 & INP_PCBGROUPWILD))
373 if (!(inp->inp_flags2 & INP_PCBGROUPWILD) &&
404 if (!(inp->inp_flags2 & INP_PCBGROUPWILD) &&
436 if (inp->inp_flags2 & INP_PCBGROUPWILD)
H A Dip_output.c917 inp->inp_flags2 |= INP_REUSEADDR;
919 inp->inp_flags2 &= ~INP_REUSEADDR;
926 inp->inp_flags2 |= INP_REUSEPORT;
928 inp->inp_flags2 &= ~INP_REUSEPORT;
H A Din_pcb.c489 if ((inp->inp_flags2 & INP_REUSEPORT) != 0)
491 if ((inp->inp_flags2 & INP_REUSEADDR) != 0)
605 (t->inp_flags2 & INP_REUSEPORT) == 0) &&
1138 if (inp->inp_flags2 & INP_FREED) {
1167 if (inp->inp_flags2 & INP_FREED) {
1240 inp->inp_flags2 |= INP_FREED;
H A Din_pcb.h193 int inp_flags2; /* (i) generic IP/datagram flags #2*/ member in struct:inpcb
593 * Flags for inp_flags2.
/freebsd-10-stable/sys/netinet6/
H A Dip6_output.c1337 in6p->inp_flags2 |= INP_REUSEADDR;
1339 in6p->inp_flags2 &= ~INP_REUSEADDR;
1346 in6p->inp_flags2 |= INP_REUSEPORT;
1348 in6p->inp_flags2 &= ~INP_REUSEPORT;
H A Din6_pcb.c208 (t->inp_flags2 & INP_REUSEPORT) == 0) &&

Completed in 145 milliseconds