Searched refs:nvgre_hdr (Results 1 – 3 of 3) sorted by relevance
655 struct fm10k_nvgre_hdr *nvgre_hdr; in fm10k_gre_is_nvgre() local663 nvgre_hdr = (struct fm10k_nvgre_hdr *)(skb_network_header(skb) + hlen); in fm10k_gre_is_nvgre()666 if (nvgre_hdr->flags & FM10K_NVGRE_RESERVED0_FLAGS) in fm10k_gre_is_nvgre()670 if (nvgre_hdr->flags & NVGRE_TNI) in fm10k_gre_is_nvgre()671 return (struct ethhdr *)(nvgre_hdr + 1); in fm10k_gre_is_nvgre()673 return (struct ethhdr *)(&nvgre_hdr->tni); in fm10k_gre_is_nvgre()
456 struct ice_nvgre_hdr nvgre_hdr; member
202 list[i].h_u.nvgre_hdr.tni_flow = fltr->tenant_id; in ice_tc_fill_tunnel_outer()203 memcpy(&list[i].m_u.nvgre_hdr.tni_flow, in ice_tc_fill_tunnel_outer()