Searched refs:l4_hdr_size (Results 1 – 2 of 2) sorted by relevance
219 u32 l4_hdr_size; /* only valid if mss != 0 */ member
843 ctx->l4_hdr_size = tcp_hdrlen(skb); in vmxnet3_parse_and_copy_hdr()844 ctx->copy_size = ctx->eth_ip_hdr_size + ctx->l4_hdr_size; in vmxnet3_parse_and_copy_hdr()861 ctx->l4_hdr_size = tcp_hdrlen(skb); in vmxnet3_parse_and_copy_hdr()864 ctx->l4_hdr_size = sizeof(struct udphdr); in vmxnet3_parse_and_copy_hdr()867 ctx->l4_hdr_size = 0; in vmxnet3_parse_and_copy_hdr()872 ctx->l4_hdr_size, skb->len); in vmxnet3_parse_and_copy_hdr()875 ctx->l4_hdr_size = 0; in vmxnet3_parse_and_copy_hdr()1021 if (unlikely(ctx.eth_ip_hdr_size + ctx.l4_hdr_size > in vmxnet3_tq_xmit()1055 gdesc->txd.hlen = ctx.eth_ip_hdr_size + ctx.l4_hdr_size; in vmxnet3_tq_xmit()