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

/linux-master/drivers/infiniband/hw/irdma/
H A Dpuda.h49 u8 tcplen; member in struct:irdma_puda_send_info
H A Dpuda.c434 l4len = info->tcplen >> 2;
534 info.tcplen = buf->tcphlen;
/linux-master/net/netfilter/
H A Dnf_conntrack_pptp.c503 unsigned int tcplen = skb->len - protoff; local
527 datalen = tcplen - tcph->doff * 4;
H A Dnf_conntrack_proto_tcp.c807 unsigned int tcplen = skb->len - dataoff; local
811 if (th->doff*4 < sizeof(struct tcphdr) || tcplen < th->doff*4) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h563 __u8 tcplen; member in struct:fw_eth_tx_eo_wr::fw_eth_tx_eo::fw_eth_tx_eo_tcpseg
H A Dsge.c2226 wr->u.tcpseg.tcplen = tcp_hdrlen(skb);

Completed in 161 milliseconds