Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
HDtcp_input.c374 tcp_reass(struct tcpcb *tp, struct tcphdr *th, int *tlenp, struct mbuf *m) in tcp_reass() argument
444 if (i >= *tlenp) { in tcp_reass()
453 tcpstat.tcps_rcvdupbyte += *tlenp; in tcp_reass()
466 *tlenp -= i; in tcp_reass()
470 th->th_seq + *tlenp, th->th_flags); in tcp_reass()
476 tcpstat.tcps_rcvoobyte += *tlenp; in tcp_reass()
483 tcp_seq_diff_t i = (th->th_seq + *tlenp) - q->tqe_th->th_seq; in tcp_reass()
523 te->tqe_len = *tlenp; in tcp_reass()
526 if (q != NULL && (th->th_seq + *tlenp == q->tqe_th->th_seq)) { in tcp_reass()