OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcp6_vtw_enable
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/netinet/
tcp_var.h
764
extern int
tcp6_vtw_enable
;
tcp_vtw.c
1892
enable = (af == AF_INET) ? tcp4_vtw_enable :
tcp6_vtw_enable
;
2181
rnode->sysctl_data != &
tcp6_vtw_enable
)
2187
else /* rnode->sysctl_data == &
tcp6_vtw_enable
*/
2213
if ((
tcp6_vtw_enable
& 1) != 0 &&
tcp_usrreq.c
1216
&& (
tcp6_vtw_enable
& 1)
2314
(pf == AF_INET) ? &tcp4_vtw_enable : &
tcp6_vtw_enable
,
tcp_subr.c
216
int
tcp6_vtw_enable
= 0; /* 1 to enable */
variable in typeref:typename:int
tcp_input.c
2867
&& ((af == AF_INET ? tcp4_vtw_enable :
tcp6_vtw_enable
) & 1) != 0
Completed in 22 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025