OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sackhole_q
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
tcp_sack.c
200
TAILQ_INSERT_AFTER(&tp->snd_holes, prev, hole,
sackhole_q
);
202
TAILQ_INSERT_TAIL(&tp->snd_holes, hole,
sackhole_q
);
212
next = TAILQ_NEXT(hole,
sackhole_q
);
215
TAILQ_REMOVE(&tp->snd_holes, hole,
sackhole_q
);
336
cur = TAILQ_NEXT(cur,
sackhole_q
);
358
cur = TAILQ_NEXT(cur,
sackhole_q
);
452
TAILQ_FOREACH(cur, &tp->snd_holes,
sackhole_q
) {
488
while ((n = TAILQ_NEXT(cur,
sackhole_q
)) != NULL) {
545
TAILQ_FOREACH(cur, &tp->snd_holes,
sackhole_q
) {
tcp_var.h
205
TAILQ_ENTRY(sackhole)
sackhole_q
;
member in struct:sackhole
Completed in 16 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026