Searched refs:INP_REUSEPORT_LB (Results 1 – 6 of 6) sorted by relevance
1134 inp->inp_flags2 |= INP_REUSEPORT_LB; in ip_ctloutput()1136 inp->inp_flags2 &= ~INP_REUSEPORT_LB; in ip_ctloutput()
747 #define INP_REUSEPORT_LB 0x00002000 /* SO_REUSEPORT_LB option is set */ macro
854 if ((inp->inp_flags2 & INP_REUSEPORT_LB) != 0) in inp_so_options()1015 (t->inp_flags2 & INP_REUSEPORT_LB) == 0) && in in_pcbbind_setup()
231 (t->inp_flags2 & INP_REUSEPORT_LB) == 0) && in in6_pcbbind()
1663 inp->inp_flags2 |= INP_REUSEPORT_LB; in ip6_ctloutput()1665 inp->inp_flags2 &= ~INP_REUSEPORT_LB; in ip6_ctloutput()