Searched refs:outer_tun_vni (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_fdir.h | 100 uint8_t outer_tun_vni[VNI_OR_TNI_LEN]; member
|
| H A D | hns3_fdir.c | 590 key_conf->spec.outer_tun_vni[i], in hns3_fd_convert_tuple() 591 key_conf->mask.outer_tun_vni[i]); in hns3_fd_convert_tuple() 593 key_conf->spec.outer_tun_vni[i], in hns3_fd_convert_tuple() 594 key_conf->mask.outer_tun_vni[i]); in hns3_fd_convert_tuple()
|
| H A D | hns3_flow.c | 927 memcpy(rule->key_conf.mask.outer_tun_vni, vxlan_mask->vni, in hns3_parse_vxlan() 930 memcpy(rule->key_conf.spec.outer_tun_vni, vxlan_spec->vni, in hns3_parse_vxlan() 979 memcpy(rule->key_conf.mask.outer_tun_vni, nvgre_mask->tni, in hns3_parse_nvgre() 982 memcpy(rule->key_conf.spec.outer_tun_vni, nvgre_spec->tni, in hns3_parse_nvgre() 1031 memcpy(rule->key_conf.mask.outer_tun_vni, geneve_mask->vni, in hns3_parse_geneve() 1034 memcpy(rule->key_conf.spec.outer_tun_vni, geneve_spec->vni, in hns3_parse_geneve()
|