Home
last modified time | relevance | path

Searched refs:nvgre_hdr (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c656 struct fm10k_nvgre_hdr *nvgre_hdr; in fm10k_gre_is_nvgre() local
664 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()
/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_protocol_type.h419 struct ice_nvgre_hdr nvgre_hdr; member
Dice_tc_lib.c196 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()