Searched defs:action_nvgre_encap_data (Results 1 – 1 of 1) sorted by relevance
737 struct action_nvgre_encap_data { struct738 struct rte_flow_action_nvgre_encap conf;739 struct rte_flow_item items[ACTION_NVGRE_ENCAP_ITEMS_NUM];740 struct rte_flow_item_eth item_eth;741 struct rte_flow_item_vlan item_vlan;742 union {746 struct rte_flow_item_nvgre item_nvgre;7493 parse_setup_nvgre_encap_data(struct action_nvgre_encap_data *action_nvgre_encap_data) in parse_setup_nvgre_encap_data()7571 struct action_nvgre_encap_data *action_nvgre_encap_data; in parse_vc_action_nvgre_encap() local