Searched refs:nvgre_hdr (Results 1 – 3 of 3) sorted by relevance
656 struct fm10k_nvgre_hdr *nvgre_hdr; in fm10k_gre_is_nvgre() local664 nvgre_hdr = (struct fm10k_nvgre_hdr *)(skb_network_header(skb) + hlen); in fm10k_gre_is_nvgre()667 if (nvgre_hdr->flags & FM10K_NVGRE_RESERVED0_FLAGS) in fm10k_gre_is_nvgre()671 if (nvgre_hdr->flags & NVGRE_TNI) in fm10k_gre_is_nvgre()672 return (struct ethhdr *)(nvgre_hdr + 1); in fm10k_gre_is_nvgre()674 return (struct ethhdr *)(&nvgre_hdr->tni); in fm10k_gre_is_nvgre()
419 struct ice_nvgre_hdr nvgre_hdr; member
196 list[i].h_u.nvgre_hdr.tni_flow = fltr->tenant_id; in ice_tc_fill_tunnel_outer()197 memcpy(&list[i].m_u.nvgre_hdr.tni_flow, in ice_tc_fill_tunnel_outer()