Searched refs:t_segq (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_reass.c | 248 TAILQ_FOREACH(q, &tp->t_segq, tqe_q) { in tcp_reass_log_dump() 312 TAILQ_REMOVE(&tp->t_segq, qe, tqe_q); in tcp_reass_flush() 439 TAILQ_REMOVE(&tp->t_segq, q, tqe_q); in tcp_reass_merge_into() 472 TAILQ_REMOVE(&tp->t_segq, q, tqe_q); in tcp_reass_merge_forward() 701 first = TAILQ_FIRST(&tp->t_segq); in tcp_reass() 782 TAILQ_FOREACH(q, &tp->t_segq, tqe_q) { in tcp_reass() 1036 TAILQ_INSERT_HEAD(&tp->t_segq, te, tqe_q); in tcp_reass() 1050 q = TAILQ_FIRST(&tp->t_segq); in tcp_reass() 1064 TAILQ_REMOVE(&tp->t_segq, q, tqe_q); in tcp_reass() 1092 if (TAILQ_EMPTY(&tp->t_segq) && in tcp_reass() [all …]
|
| H A D | tcp_var.h | 121 #define SEGQ_EMPTY(tp) TAILQ_EMPTY(&(tp)->t_segq) 178 struct tsegqe_head t_segq; /* segment reassembly queue */ member
|
| H A D | tcp_usrreq.c | 2950 TAILQ_FIRST(&tp->t_segq), tp->t_segqlen, tp->t_dupacks); in db_print_tcpcb()
|
| H A D | tcp_subr.c | 1752 TAILQ_INIT(&tp->t_segq); in tcp_newtcpcb()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 121 #define SEGQ_EMPTY(tp) TAILQ_EMPTY(&(tp)->t_segq) 178 struct tsegqe_head t_segq; /* segment reassembly queue */ member
|