Home
last modified time | relevance | path

Searched refs:INP_REUSEPORT (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_output.c1125 inp->inp_flags2 |= INP_REUSEPORT; in ip_ctloutput()
1127 inp->inp_flags2 &= ~INP_REUSEPORT; in ip_ctloutput()
H A Din_pcb.h737 #define INP_REUSEPORT 0x00000008 /* SO_REUSEPORT option is set */ macro
H A Din_pcb.c856 if ((inp->inp_flags2 & INP_REUSEPORT) != 0) in inp_so_options()
1014 (t->inp_flags2 & INP_REUSEPORT) || in in_pcbbind_setup()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h737 #define INP_REUSEPORT 0x00000008 /* SO_REUSEPORT option is set */ macro
/f-stack/freebsd/netinet6/
H A Din6_pcb.c230 (t->inp_flags2 & INP_REUSEPORT) || in in6_pcbbind()
H A Dip6_output.c1654 inp->inp_flags2 |= INP_REUSEPORT; in ip6_ctloutput()
1656 inp->inp_flags2 &= ~INP_REUSEPORT; in ip6_ctloutput()