Searched refs:iphdr_len (Results 1 – 3 of 3) sorted by relevance
7769 unsigned int iphdr_len; in BPF_CALL_1() local7773 iphdr_len = sizeof(struct iphdr); in BPF_CALL_1()7776 iphdr_len = sizeof(struct ipv6hdr); in BPF_CALL_1()7782 if (skb_headlen(skb) < iphdr_len) in BPF_CALL_1()7785 if (skb_cloned(skb) && !skb_clone_writable(skb, iphdr_len)) in BPF_CALL_1()
2195 int iphdr_len, __be32 vni, in vxlan_build_skb() argument2218 + VXLAN_HLEN + iphdr_len; in vxlan_build_skb()
1767 int iphdr_len, nw_off; in bnxt_gro_func_5750x() local1775 iphdr_len = (tpa_info->flags2 & RX_TPA_START_CMP_FLAGS2_IP_TYPE) ? in bnxt_gro_func_5750x()1777 skb_set_transport_header(skb, nw_off + iphdr_len); in bnxt_gro_func_5750x()