Searched refs:V_tcp_bind_all_fibs (Results 1 – 3 of 3) sorted by relevance
263 error = in_pcbbind(inp, sinp, V_tcp_bind_all_fibs ? 0 : INPBIND_FIB, in tcp_usr_bind()338 error = in6_pcbbind(inp, sin6, V_tcp_bind_all_fibs ? 0 : INPBIND_FIB, in tcp6_usr_bind()382 V_tcp_bind_all_fibs ? 0 : INPBIND_FIB, td->td_ucred); in tcp_usr_listen()446 V_tcp_bind_all_fibs ? 0 : INPBIND_FIB, td->td_ucred); in tcp6_usr_listen()
1350 #define V_tcp_bind_all_fibs VNET(tcp_bind_all_fibs) macro
836 (V_tcp_bind_all_fibs ? 0 : INPLOOKUP_FIB); in tcp_input_with_port()