Searched refs:INP_REUSEPORT (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dip_output.c926 inp->inp_flags2 |= INP_REUSEPORT;
928 inp->inp_flags2 &= ~INP_REUSEPORT;
H A Din_pcb.h598 #define INP_REUSEPORT 0x00000008 /* SO_REUSEPORT option is set */ macro
H A Din_pcb.c489 if ((inp->inp_flags2 & INP_REUSEPORT) != 0)
605 (t->inp_flags2 & INP_REUSEPORT) == 0) &&
/freebsd-10-stable/sys/netinet6/
H A Din6_pcb.c208 (t->inp_flags2 & INP_REUSEPORT) == 0) &&
H A Dip6_output.c1346 in6p->inp_flags2 |= INP_REUSEPORT;
1348 in6p->inp_flags2 &= ~INP_REUSEPORT;

Completed in 70 milliseconds