Searched refs:tcp4_vtw_enable (Results 1 – 5 of 5) sorted by relevance
1892 enable = (af == AF_INET) ? tcp4_vtw_enable : tcp6_vtw_enable; in vtw_add() 2180 if (rnode->sysctl_data != &tcp4_vtw_enable && in sysctl_tcp_vtw_enable() 2185 else if (rnode->sysctl_data == &tcp4_vtw_enable) in sysctl_tcp_vtw_enable() 2209 if ((tcp4_vtw_enable & 1) != 0 && in vtw_earlyinit()
763 extern int tcp4_vtw_enable;
1212 && (tcp4_vtw_enable & 1) in tcp_usrclosed()2314 (pf == AF_INET) ? &tcp4_vtw_enable : &tcp6_vtw_enable, in sysctl_net_inet_tcp_setup2()
215 int tcp4_vtw_enable = 0; /* 1 to enable */ variable
2867 && ((af == AF_INET ? tcp4_vtw_enable : tcp6_vtw_enable) & 1) != 0 in tcp_input()