Home
last modified time | relevance | path

Searched refs:tcplen (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_puda.h72 u8 tcplen; member
Di40iw_puda.c381 l4len = info->tcplen >> 2; in i40iw_puda_send()
454 info.tcplen = buf->tcphlen; in i40iw_puda_send_buf()
/Linux-v5.4/net/netfilter/
Dnf_conntrack_pptp.c519 unsigned int tcplen = skb->len - protoff; in conntrack_pptp_help() local
541 datalen = tcplen - tcph->doff * 4; in conntrack_pptp_help()
Dnf_conntrack_proto_tcp.c727 unsigned int tcplen = skb->len - dataoff; in tcp_error() local
731 if (th->doff*4 < sizeof(struct tcphdr) || tcplen < th->doff*4) { in tcp_error()