Home
last modified time | relevance | path

Searched refs:gtp_hdr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c212 list[i].h_u.gtp_hdr.teid = fltr->tenant_id; in ice_tc_fill_tunnel_outer()
213 memcpy(&list[i].m_u.gtp_hdr.teid, in ice_tc_fill_tunnel_outer()
235 list[i].h_u.gtp_hdr.pdu_type = in ice_tc_fill_tunnel_outer()
237 memcpy(&list[i].m_u.gtp_hdr.pdu_type, "\xf0", 1); in ice_tc_fill_tunnel_outer()
241 list[i].h_u.gtp_hdr.qfi = fltr->gtp_pdu_info_keys.qfi; in ice_tc_fill_tunnel_outer()
242 memcpy(&list[i].m_u.gtp_hdr.qfi, "\x3f", 1); in ice_tc_fill_tunnel_outer()
H A Dice_protocol_type.h437 struct ice_udp_gtp_hdr gtp_hdr; member