Lines Matching refs:tlenp
54 tcp_reass(struct tcpcb* tp, struct tcphdr* th, int* tlenp, otMessage* data, off_t data_offset, stru… in tcp_reass() argument
71 tlen = *tlenp; in tcp_reass()
78 *tlenp = 0; in tcp_reass()
121 tcp_reass(struct tcpcb *tp, struct tcphdr *th, int *tlenp, struct mbuf *m)
165 *tlenp = 0;
187 *tlenp = 0;
228 if (i >= *tlenp) {
230 TCPSTAT_ADD(tcps_rcvdupbyte, *tlenp);
244 *tlenp -= i;
250 TCPSTAT_ADD(tcps_rcvoobyte, *tlenp);
257 int i = (th->th_seq + *tlenp) - q->tqe_th->th_seq;
278 te->tqe_len = *tlenp;