Searched refs:iphdr_len (Results 1 – 3 of 3) sorted by relevance
7519 unsigned int iphdr_len; in BPF_CALL_1() local7523 iphdr_len = sizeof(struct iphdr); in BPF_CALL_1()7526 iphdr_len = sizeof(struct ipv6hdr); in BPF_CALL_1()7532 if (skb_headlen(skb) < iphdr_len) in BPF_CALL_1()7535 if (skb_cloned(skb) && !skb_clone_writable(skb, iphdr_len)) in BPF_CALL_1()
2186 int iphdr_len, __be32 vni, in vxlan_build_skb() argument2209 + VXLAN_HLEN + iphdr_len; in vxlan_build_skb()
1761 int iphdr_len, nw_off; in bnxt_gro_func_5750x() local1769 iphdr_len = (tpa_info->flags2 & RX_TPA_START_CMP_FLAGS2_IP_TYPE) ? in bnxt_gro_func_5750x()1771 skb_set_transport_header(skb, nw_off + iphdr_len); in bnxt_gro_func_5750x()