Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_output.c1134 inp->inp_flags2 |= INP_REUSEPORT_LB; in ip_ctloutput()
1136 inp->inp_flags2 &= ~INP_REUSEPORT_LB; in ip_ctloutput()
H A Din_pcb.h747 #define INP_REUSEPORT_LB 0x00002000 /* SO_REUSEPORT_LB option is set */ macro
H A Din_pcb.c854 if ((inp->inp_flags2 & INP_REUSEPORT_LB) != 0) in inp_so_options()
1015 (t->inp_flags2 & INP_REUSEPORT_LB) == 0) && in in_pcbbind_setup()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h747 #define INP_REUSEPORT_LB 0x00002000 /* SO_REUSEPORT_LB option is set */ macro
/f-stack/freebsd/netinet6/
H A Din6_pcb.c231 (t->inp_flags2 & INP_REUSEPORT_LB) == 0) && in in6_pcbbind()
H A Dip6_output.c1663 inp->inp_flags2 |= INP_REUSEPORT_LB; in ip6_ctloutput()
1665 inp->inp_flags2 &= ~INP_REUSEPORT_LB; in ip6_ctloutput()