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

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c556 tcp_reass(struct tcpcb *tp, struct tcphdr *th, int *tlenp, struct mbuf *m, argument
607 *tlenp = 0;
639 if (i >= *tlenp) {
641 tcpstat.tcps_rcvdupbyte += *tlenp;
644 1, *tlenp,
649 rxbytes, *tlenp);
650 tp->t_stat.rxduplicatebytes += *tlenp;
665 *tlenp -= i;
670 tcpstat.tcps_rcvoobyte += *tlenp;
672 nstat_route_rx(inp->inp_route.ro_rt, 1, *tlenp,
[all...]

Completed in 168 milliseconds