Searched refs:nvgre_hdr (Results 1 – 3 of 3) sorted by relevance
648 struct fm10k_nvgre_hdr *nvgre_hdr; in fm10k_gre_is_nvgre() local656 nvgre_hdr = (struct fm10k_nvgre_hdr *)(skb_network_header(skb) + hlen); in fm10k_gre_is_nvgre()659 if (nvgre_hdr->flags & FM10K_NVGRE_RESERVED0_FLAGS) in fm10k_gre_is_nvgre()663 if (nvgre_hdr->flags & NVGRE_TNI) in fm10k_gre_is_nvgre()664 return (struct ethhdr *)(nvgre_hdr + 1); in fm10k_gre_is_nvgre()666 return (struct ethhdr *)(&nvgre_hdr->tni); in fm10k_gre_is_nvgre()
197 struct ice_nvgre_hdr nvgre_hdr; member
139 list[i].h_u.nvgre_hdr.tni_flow = fltr->tenant_id; in ice_tc_fill_tunnel_outer()140 memcpy(&list[i].m_u.nvgre_hdr.tni_flow, "\xff\xff\xff\xff", 4); in ice_tc_fill_tunnel_outer()
Completed in 11 milliseconds