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