Searched refs:tcplen (Results 1 – 4 of 4) sorted by relevance
503 unsigned int tcplen = skb->len - protoff; in conntrack_pptp_help() local527 datalen = tcplen - tcph->doff * 4; in conntrack_pptp_help()
807 unsigned int tcplen = skb->len - dataoff; in tcp_error() local 811 if (th->doff*4 < sizeof(struct tcphdr) || tcplen < th->doff*4) { in tcp_error()
563 __u8 tcplen; member
2227 wr->u.tcpseg.tcplen = tcp_hdrlen(skb); in write_eo_wr()