Home
last modified time | relevance | path

Searched refs:reuseport_lb (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet6/
H A Din6_pcb.c132 int reuseport_lb = (so->so_options & SO_REUSEPORT_LB); in in6_pcbbind() local
181 reuseport_lb = SO_REUSEADDR|SO_REUSEPORT_LB; in in6_pcbbind()
282 (reuseport_lb & tw->tw_so_options) == 0)) in in6_pcbbind()
285 (reuseport_lb & inp_so_options(t)) == 0) { in in6_pcbbind()
301 && (reuseport_lb & tw->tw_so_options) == 0 in in6_pcbbind()
309 (reuseport_lb & inp_so_options(t)) == 0 && in in6_pcbbind()
/f-stack/freebsd/netinet/
H A Din_pcb.c920 int reuseport_lb = (so->so_options & SO_REUSEPORT_LB); in in_pcbbind_setup() local
976 reuseport_lb = SO_REUSEADDR|SO_REUSEPORT_LB; in in_pcbbind_setup()
1041 (reuseport_lb & in in_pcbbind_setup()
1048 (reuseport_lb & inp_so_options(t)) == 0) { in in_pcbbind_setup()