Searched refs:tlenp (Results 1 – 1 of 1) sorted by relevance
/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp_reass.c | 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); [all …]
|