Home
last modified time | relevance | path

Searched refs:tlenp (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_reass.c517 int *tlenp, struct mbuf *m) in tcp_reass() argument
536 KASSERT(th == NULL || (seq_start != NULL && tlenp != NULL), in tcp_reass()
539 tp, th, seq_start, tlenp, m)); in tcp_reass()
550 tcp_reass_log_new_in(tp, th->th_seq, *tlenp, m, TCP_R_LOG_ADD, NULL); in tcp_reass()
558 if ((*tlenp == 0) && ((tcp_get_flags(th) & TH_FIN) == 0)) { in tcp_reass()
574 } else if ((*tlenp == 0) && in tcp_reass()
608 *tlenp = 0; in tcp_reass()
622 SEQ_LT((th->th_seq + *tlenp), (last->tqe_start + last->tqe_len))) { in tcp_reass()
627 *tlenp = 0; in tcp_reass()
645 if (i < *tlenp) { in tcp_reass()
[all …]
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c548 struct tcpcb *tp, int32_t *tlenp, in ctf_drop_checks() argument
556 tlen = *tlenp; in ctf_drop_checks()
644 *tlenp = tlen; in ctf_drop_checks()
H A Drack_bbr_common.h93 struct tcpcb *tp, int32_t *tlenp,