tcplen 381 drivers/infiniband/hw/i40iw/i40iw_puda.c l4len = info->tcplen >> 2; tcplen 454 drivers/infiniband/hw/i40iw/i40iw_puda.c info.tcplen = buf->tcphlen; tcplen 72 drivers/infiniband/hw/i40iw/i40iw_puda.h u8 tcplen; tcplen 527 net/netfilter/nf_conntrack_pptp.c unsigned int tcplen = skb->len - protoff; tcplen 549 net/netfilter/nf_conntrack_pptp.c datalen = tcplen - tcph->doff * 4; tcplen 727 net/netfilter/nf_conntrack_proto_tcp.c unsigned int tcplen = skb->len - dataoff; tcplen 731 net/netfilter/nf_conntrack_proto_tcp.c if (th->doff*4 < sizeof(struct tcphdr) || tcplen < th->doff*4) {