Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ip_pipeline/
H A Daction.c191 if ((params->action_mask & (1LLU << RTE_TABLE_ACTION_LB)) && in table_action_profile_create()
249 if (params->action_mask & (1LLU << RTE_TABLE_ACTION_LB)) { in table_action_profile_create()
251 RTE_TABLE_ACTION_LB, in table_action_profile_create()
H A Dthread.c2600 if (action->action_mask & (1LLU << RTE_TABLE_ACTION_LB)) { in action_convert()
2603 RTE_TABLE_ACTION_LB, in action_convert()
H A Dcli.c1147 p.action_mask |= 1LLU << RTE_TABLE_ACTION_LB; in cmd_table_action_profile()
3202 a->action_mask |= 1 << RTE_TABLE_ACTION_LB; in parse_table_action_balance()
4936 if (a->action_mask & (1LLU << RTE_TABLE_ACTION_LB)) { in table_rule_show()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_action.c222 if ((params->action_mask & (1LLU << RTE_TABLE_ACTION_LB)) && in softnic_table_action_profile_create()
280 if (params->action_mask & (1LLU << RTE_TABLE_ACTION_LB)) { in softnic_table_action_profile_create()
282 RTE_TABLE_ACTION_LB, in softnic_table_action_profile_create()
H A Drte_eth_softnic_flow.c1343 (1LLU << RTE_TABLE_ACTION_LB)) == 0)) in flow_rule_action_get()
1398 rule_action->action_mask |= 1 << RTE_TABLE_ACTION_LB; in flow_rule_action_get()
H A Drte_eth_softnic_thread.c2451 if (action->action_mask & (1LLU << RTE_TABLE_ACTION_LB)) { in action_convert()
2454 RTE_TABLE_ACTION_LB, in action_convert()
H A Drte_eth_softnic_cli.c1850 p.action_mask |= 1LLU << RTE_TABLE_ACTION_LB; in cmd_table_action_profile()
3905 a->action_mask |= 1 << RTE_TABLE_ACTION_LB; in parse_table_action_balance()
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.c2197 case RTE_TABLE_ACTION_LB: in action_valid()
2234 case RTE_TABLE_ACTION_LB: in action_cfg_size()
2260 case RTE_TABLE_ACTION_LB: in action_cfg_get()
2314 case RTE_TABLE_ACTION_LB: in action_data_size()
2419 case RTE_TABLE_ACTION_LB: in rte_table_action_profile_action_register()
2561 case RTE_TABLE_ACTION_LB: in rte_table_action_apply()
2908 if (cfg->action_mask & (1LLU << RTE_TABLE_ACTION_LB)) { in pkt_work()
2910 action_data_get(table_entry, action, RTE_TABLE_ACTION_LB); in pkt_work()
3079 if (cfg->action_mask & (1LLU << RTE_TABLE_ACTION_LB)) { in pkt4_work()
3081 action_data_get(table_entry0, action, RTE_TABLE_ACTION_LB); in pkt4_work()
[all …]
H A Drte_table_action.h74 RTE_TABLE_ACTION_LB, enumerator