Home
last modified time | relevance | path

Searched refs:outer_tun_flow_id (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_tun.h25 uint32_t outer_tun_flow_id; member
H A Dulp_tun.c216 tun_entry->outer_tun_flow_id = params->fid; in ulp_tunnel_offload_process()
/dpdk/drivers/net/hns3/
H A Dhns3_fdir.h99 uint8_t outer_tun_flow_id; member
H A Dhns3_fdir.c611 calc_x(*key_x, key_conf->spec.outer_tun_flow_id, in hns3_fd_convert_tuple()
612 key_conf->mask.outer_tun_flow_id); in hns3_fd_convert_tuple()
613 calc_y(*key_y, key_conf->spec.outer_tun_flow_id, in hns3_fd_convert_tuple()
614 key_conf->mask.outer_tun_flow_id); in hns3_fd_convert_tuple()
H A Dhns3_flow.c1010 rule->key_conf.mask.outer_tun_flow_id = nvgre_mask->flow_id; in hns3_parse_nvgre()
1012 rule->key_conf.spec.outer_tun_flow_id = nvgre_spec->flow_id; in hns3_parse_nvgre()