Searched refs:table_rule_add (Results 1 – 4 of 4) sorted by relevance
| /dpdk/examples/ip_pipeline/ |
| H A D | thread.c | 658 struct pipeline_msg_req_table_rule_add table_rule_add; member 720 struct pipeline_msg_rsp_table_rule_add table_rule_add; member 1402 table_rule_add(table, rule); in pipeline_table_rule_add() 1418 memcpy(&req->table_rule_add.match, match, sizeof(*match)); in pipeline_table_rule_add() 1419 memcpy(&req->table_rule_add.action, action, sizeof(*action)); in pipeline_table_rule_add() 1427 rule->data = rsp->table_rule_add.data; in pipeline_table_rule_add() 1428 table_rule_add(table, rule); in pipeline_table_rule_add() 2717 struct table_rule_match *match = &req->table_rule_add.match; in pipeline_msg_handle_table_rule_add() 2718 struct table_rule_action *action = &req->table_rule_add.action; in pipeline_msg_handle_table_rule_add() 2753 rsp->table_rule_add.data = data_out; in pipeline_msg_handle_table_rule_add()
|
| H A D | pipeline.h | 410 table_rule_add(struct table *table,
|
| H A D | pipeline.c | 1066 table_rule_add(struct table *table, in table_rule_add() function
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_thread.c | 685 struct pipeline_msg_req_table_rule_add table_rule_add; member 742 struct pipeline_msg_rsp_table_rule_add table_rule_add; member 1307 memcpy(&req->table_rule_add.match, match, sizeof(*match)); in softnic_pipeline_table_rule_add() 1308 memcpy(&req->table_rule_add.action, action, sizeof(*action)); in softnic_pipeline_table_rule_add() 1316 *data = rsp->table_rule_add.data; in softnic_pipeline_table_rule_add() 2566 struct softnic_table_rule_match *match = &req->table_rule_add.match; in pipeline_msg_handle_table_rule_add() 2567 struct softnic_table_rule_action *action = &req->table_rule_add.action; in pipeline_msg_handle_table_rule_add() 2602 rsp->table_rule_add.data = data_out; in pipeline_msg_handle_table_rule_add()
|