OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:segq
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
tcp_input.c
493
if ((p = TAILQ_LAST(&tp->
segq
, ipqehead)) != NULL) {
518
q = TAILQ_FIRST(&tp->
segq
);
659
TAILQ_REMOVE(&tp->
segq
, q, ipqe_q);
664
(TAILQ_EMPTY(&tp->
segq
) &&
691
TAILQ_REMOVE(&tp->
segq
, q, ipqe_q);
696
(TAILQ_EMPTY(&tp->
segq
) && TAILQ_EMPTY(&tp->timeq)));
757
TAILQ_INSERT_HEAD(&tp->
segq
, tiqe, ipqe_q);
759
TAILQ_INSERT_AFTER(&tp->
segq
, p, tiqe, ipqe_q);
773
q = TAILQ_FIRST(&tp->
segq
);
783
TAILQ_REMOVE(&tp->
segq
, q, ipqe_q)
[
all
...]
tcp_var.h
215
struct ipqehead
segq
; /* sequencing queue */
member in struct:tcpcb
tcp_subr.c
954
TAILQ_INIT(&tp->
segq
);
1178
while ((qe = TAILQ_FIRST(&tp->
segq
)) != NULL) {
1179
TAILQ_REMOVE(&tp->
segq
, qe, ipqe_q);
Completed in 14 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025