Home
last modified time | relevance | path

Searched refs:tcp4_vtw_enable (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/netinet/
H A Dtcp_vtw.c1892 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()
H A Dtcp_var.h763 extern int tcp4_vtw_enable;
H A Dtcp_usrreq.c1212 && (tcp4_vtw_enable & 1) in tcp_usrclosed()
2314 (pf == AF_INET) ? &tcp4_vtw_enable : &tcp6_vtw_enable, in sysctl_net_inet_tcp_setup2()
H A Dtcp_subr.c215 int tcp4_vtw_enable = 0; /* 1 to enable */ variable
H A Dtcp_input.c2867 && ((af == AF_INET ? tcp4_vtw_enable : tcp6_vtw_enable) & 1) != 0 in tcp_input()