Searched refs:INP_REUSEPORT_LB (Results 1 – 5 of 5) sorted by relevance
864 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()
1114 inp->inp_flags2 |= INP_REUSEPORT_LB; in ip_ctloutput()1116 inp->inp_flags2 &= ~INP_REUSEPORT_LB; in ip_ctloutput()
749 #define INP_REUSEPORT_LB 0x00002000 /* SO_REUSEPORT_LB option is set */ macro
1660 inp->inp_flags2 |= INP_REUSEPORT_LB; in ip6_ctloutput()1662 inp->inp_flags2 &= ~INP_REUSEPORT_LB; in ip6_ctloutput()
224 (t->inp_flags2 & INP_REUSEPORT_LB) == 0) && in in6_pcbbind()