Searched refs:iphdr_len (Results 1 – 3 of 3) sorted by relevance
7246 unsigned int iphdr_len; in BPF_CALL_1() local7250 iphdr_len = sizeof(struct iphdr); in BPF_CALL_1()7253 iphdr_len = sizeof(struct ipv6hdr); in BPF_CALL_1()7259 if (skb_headlen(skb) < iphdr_len) in BPF_CALL_1()7262 if (skb_cloned(skb) && !skb_clone_writable(skb, iphdr_len)) in BPF_CALL_1()
2178 int iphdr_len, __be32 vni, in vxlan_build_skb() argument2200 + VXLAN_HLEN + iphdr_len; in vxlan_build_skb()
1479 int iphdr_len, nw_off; in bnxt_gro_func_5750x() local1487 iphdr_len = (tpa_info->flags2 & RX_TPA_START_CMP_FLAGS2_IP_TYPE) ? in bnxt_gro_func_5750x()1489 skb_set_transport_header(skb, nw_off + iphdr_len); in bnxt_gro_func_5750x()