Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_fdir.h98 uint8_t outer_tun_vni[VNI_OR_TNI_LEN]; member
H A Dhns3_fdir.c603 key_conf->spec.outer_tun_vni[i], in hns3_fd_convert_tuple()
604 key_conf->mask.outer_tun_vni[i]); in hns3_fd_convert_tuple()
606 key_conf->spec.outer_tun_vni[i], in hns3_fd_convert_tuple()
607 key_conf->mask.outer_tun_vni[i]); in hns3_fd_convert_tuple()
H A Dhns3_flow.c959 memcpy(rule->key_conf.mask.outer_tun_vni, vxlan_mask->vni, in hns3_parse_vxlan()
962 memcpy(rule->key_conf.spec.outer_tun_vni, vxlan_spec->vni, in hns3_parse_vxlan()
1002 memcpy(rule->key_conf.mask.outer_tun_vni, nvgre_mask->tni, in hns3_parse_nvgre()
1005 memcpy(rule->key_conf.spec.outer_tun_vni, nvgre_spec->tni, in hns3_parse_nvgre()
1045 memcpy(rule->key_conf.mask.outer_tun_vni, geneve_mask->vni, in hns3_parse_geneve()
1048 memcpy(rule->key_conf.spec.outer_tun_vni, geneve_spec->vni, in hns3_parse_geneve()