Searched refs:iphdr_len (Results 1 – 3 of 3) sorted by relevance
7284 unsigned int iphdr_len; in BPF_CALL_1() local7288 iphdr_len = sizeof(struct iphdr); in BPF_CALL_1()7291 iphdr_len = sizeof(struct ipv6hdr); in BPF_CALL_1()7297 if (skb_headlen(skb) < iphdr_len) in BPF_CALL_1()7300 if (skb_cloned(skb) && !skb_clone_writable(skb, iphdr_len)) in BPF_CALL_1()
2180 int iphdr_len, __be32 vni, in vxlan_build_skb() argument2202 + VXLAN_HLEN + iphdr_len; in vxlan_build_skb()
1653 int iphdr_len, nw_off; in bnxt_gro_func_5750x() local1661 iphdr_len = (tpa_info->flags2 & RX_TPA_START_CMP_FLAGS2_IP_TYPE) ? in bnxt_gro_func_5750x()1663 skb_set_transport_header(skb, nw_off + iphdr_len); in bnxt_gro_func_5750x()