Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_var.h764 extern int tcp6_vtw_enable;
H A Dtcp_vtw.c1892 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()
H A Dtcp_usrreq.c1216 && (tcp6_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.c216 int tcp6_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()