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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp.c2660 unsigned thlen; local
2670 thlen = th->doff * 4;
2671 if (thlen < sizeof(*th))
2674 if (!pskb_may_pull(skb, thlen))
2678 __skb_pull(skb, thlen);
2710 return skb_tcp_segment(skb, features, oldlen, thlen);
2719 delta = htonl(oldlen + (thlen + mss));
2733 thlen, skb->csum));
2749 thlen, skb->csum));
2763 unsigned int thlen; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dskbuff.h1898 unsigned int oldlen, unsigned thlen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dskbuff.c2756 unsigned int oldlen, unsigned thlen)
2931 delta = htonl(oldlen + (thlen + mss));
2946 thlen, nskb->csum));
2755 skb_tcp_segment(struct sk_buff *skb, int features, unsigned int oldlen, unsigned thlen) argument

Completed in 93 milliseconds