OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashed
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
tcp_vtw.c
414
return vtw->
hashed
&& vtw->expire.tv_sec;
523
if (!vtw->
hashed
) {
670
vtw->
hashed
= 0;
680
if (vtw->
hashed
) {
712
KASSERT(!vtw->
hashed
);
738
vtw->
hashed
= 1;
751
KASSERT(!vtw->
hashed
);
769
vtw->
hashed
= 1;
849
KASSERT(vtw->
hashed
);
995
KASSERT(vtw->
hashed
);
[
all
...]
tcp_vtw.h
216
uint32_t
hashed
: 1; /* reachable via FATP */
member in struct:vtw_common
Completed in 18 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026