Home
last modified time | relevance | path

Searched refs:RTE_TABLE_ACTION_DECAP (Results 1 – 9 of 9) sorted by relevance

/dpdk/examples/ip_pipeline/
H A Daction.c358 if (params->action_mask & (1LLU << RTE_TABLE_ACTION_DECAP)) { in table_action_profile_create()
360 RTE_TABLE_ACTION_DECAP, in table_action_profile_create()
H A Dthread.c2698 if (action->action_mask & (1LLU << RTE_TABLE_ACTION_DECAP)) { in action_convert()
2701 RTE_TABLE_ACTION_DECAP, in action_convert()
H A Dcli.c1461 p.action_mask |= 1LLU << RTE_TABLE_ACTION_DECAP; in cmd_table_action_profile()
4140 a->action_mask |= 1 << RTE_TABLE_ACTION_DECAP; in parse_table_action_decap()
5086 if (a->action_mask & (1LLU << RTE_TABLE_ACTION_DECAP)) in table_rule_show()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_action.c379 if (params->action_mask & (1LLU << RTE_TABLE_ACTION_DECAP)) { in softnic_table_action_profile_create()
381 RTE_TABLE_ACTION_DECAP, in softnic_table_action_profile_create()
H A Drte_eth_softnic_flow.c1528 (1LLU << RTE_TABLE_ACTION_DECAP)) == 0) in flow_rule_action_get()
1539 rule_action->action_mask |= 1 << RTE_TABLE_ACTION_DECAP; in flow_rule_action_get()
H A Drte_eth_softnic_thread.c2537 if (action->action_mask & (1LLU << RTE_TABLE_ACTION_DECAP)) { in action_convert()
2540 RTE_TABLE_ACTION_DECAP, in action_convert()
H A Drte_eth_softnic_cli.c2142 p.action_mask |= 1LLU << RTE_TABLE_ACTION_DECAP; in cmd_table_action_profile()
4849 a->action_mask |= 1 << RTE_TABLE_ACTION_DECAP; in parse_table_action_decap()
/dpdk/lib/pipeline/
H A Drte_table_action.c2205 case RTE_TABLE_ACTION_DECAP: in action_valid()
2343 case RTE_TABLE_ACTION_DECAP: in action_data_size()
2607 case RTE_TABLE_ACTION_DECAP: in rte_table_action_apply()
2937 if (cfg->action_mask & (1LLU << RTE_TABLE_ACTION_DECAP)) { in pkt_work()
2940 RTE_TABLE_ACTION_DECAP); in pkt_work()
3178 if (cfg->action_mask & (1LLU << RTE_TABLE_ACTION_DECAP)) { in pkt4_work()
3181 RTE_TABLE_ACTION_DECAP); in pkt4_work()
3184 RTE_TABLE_ACTION_DECAP); in pkt4_work()
3187 RTE_TABLE_ACTION_DECAP); in pkt4_work()
3190 RTE_TABLE_ACTION_DECAP); in pkt4_work()
H A Drte_table_action.h104 RTE_TABLE_ACTION_DECAP, enumerator