Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDin_pcb.c864 if ((inp->inp_flags2 & INP_REUSEPORT_LB) != 0) in inp_so_options()
1018 (t->inp_flags2 & INP_REUSEPORT_LB) == 0) && in in_pcbbind_setup()
2695 if ((inp->inp_flags2 & INP_REUSEPORT_LB) != 0) { in in_pcbinshash_internal()
2715 if ((inp->inp_flags2 & INP_REUSEPORT_LB) != 0) in in_pcbinshash_internal()
2816 if ((inp->inp_flags2 & INP_REUSEPORT_LB) != 0) in in_pcbremlists()
HDip_output.c1114 inp->inp_flags2 |= INP_REUSEPORT_LB; in ip_ctloutput()
1116 inp->inp_flags2 &= ~INP_REUSEPORT_LB; in ip_ctloutput()
HDin_pcb.h749 #define INP_REUSEPORT_LB 0x00002000 /* SO_REUSEPORT_LB option is set */ macro
/freebsd-13-stable/sys/netinet6/
HDip6_output.c1660 inp->inp_flags2 |= INP_REUSEPORT_LB; in ip6_ctloutput()
1662 inp->inp_flags2 &= ~INP_REUSEPORT_LB; in ip6_ctloutput()
HDin6_pcb.c224 (t->inp_flags2 & INP_REUSEPORT_LB) == 0) && in in6_pcbbind()