OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcp4_vtw_enable
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/netinet/
tcp_var.h
763
extern int
tcp4_vtw_enable
;
tcp_vtw.c
1892
enable = (af == AF_INET) ?
tcp4_vtw_enable
: tcp6_vtw_enable;
2180
if (rnode->sysctl_data != &
tcp4_vtw_enable
&&
2185
else if (rnode->sysctl_data == &
tcp4_vtw_enable
)
2209
if ((
tcp4_vtw_enable
& 1) != 0 &&
tcp_usrreq.c
1212
&& (
tcp4_vtw_enable
& 1)
2314
(pf == AF_INET) ? &
tcp4_vtw_enable
: &tcp6_vtw_enable,
tcp_subr.c
215
int
tcp4_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 55 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025