Searched refs:tlenp (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/netinet/ |
| HD | tcp_reass.c | 525 int *tlenp, struct mbuf *m) in tcp_reass() argument 543 KASSERT(th == NULL || (seq_start != NULL && tlenp != NULL), in tcp_reass() 546 tp, th, seq_start, tlenp, m)); in tcp_reass() 557 tcp_reass_log_new_in(tp, th->th_seq, *tlenp, m, TCP_R_LOG_ADD, NULL); in tcp_reass() 565 if ((*tlenp == 0) && ((th->th_flags & TH_FIN) == 0)) { in tcp_reass() 581 } else if ((*tlenp == 0) && in tcp_reass() 616 *tlenp = 0; in tcp_reass() 630 SEQ_LT((th->th_seq + *tlenp), (last->tqe_start + last->tqe_len))) { in tcp_reass() 635 *tlenp = 0; in tcp_reass() 653 if (i < *tlenp) { in tcp_reass() [all …]
|
| /freebsd-13-stable/sys/netinet/tcp_stacks/ |
| HD | rack_bbr_common.c | 602 struct tcpcb *tp, int32_t *tlenp, in _ctf_drop_checks() argument 611 tlen = *tlenp; in _ctf_drop_checks() 699 *tlenp = tlen; in _ctf_drop_checks()
|
| HD | rack_bbr_common.h | 100 struct tcpcb *tp, int32_t *tlenp,
|