Searched refs:iphdr_len (Results 1 – 3 of 3) sorted by relevance
6953 unsigned int iphdr_len; in BPF_CALL_1() local6957 iphdr_len = sizeof(struct iphdr); in BPF_CALL_1()6960 iphdr_len = sizeof(struct ipv6hdr); in BPF_CALL_1()6966 if (skb_headlen(skb) < iphdr_len) in BPF_CALL_1()6969 if (skb_cloned(skb) && !skb_clone_writable(skb, iphdr_len)) in BPF_CALL_1()
2176 int iphdr_len, __be32 vni, in vxlan_build_skb() argument2198 + VXLAN_HLEN + iphdr_len; in vxlan_build_skb()
1511 int iphdr_len, nw_off; in bnxt_gro_func_5750x() local1519 iphdr_len = (tpa_info->flags2 & RX_TPA_START_CMP_FLAGS2_IP_TYPE) ? in bnxt_gro_func_5750x()1521 skb_set_transport_header(skb, nw_off + iphdr_len); in bnxt_gro_func_5750x()