Searched refs:V_tcp_bind_all_fibs (Results 1 – 3 of 3) sorted by relevance
262 error = in_pcbbind(inp, sinp, V_tcp_bind_all_fibs ? 0 : INPBIND_FIB, in tcp_usr_bind()337 error = in6_pcbbind(inp, sin6, V_tcp_bind_all_fibs ? 0 : INPBIND_FIB, in tcp6_usr_bind()381 V_tcp_bind_all_fibs ? 0 : INPBIND_FIB, td->td_ucred); in tcp_usr_listen()445 V_tcp_bind_all_fibs ? 0 : INPBIND_FIB, td->td_ucred); in tcp6_usr_listen()
1322 #define V_tcp_bind_all_fibs VNET(tcp_bind_all_fibs) macro
825 (V_tcp_bind_all_fibs ? 0 : INPLOOKUP_FIB); in tcp_input_with_port()