Home
last modified time | relevance | path

Searched refs:table_rule_add (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c660 struct pipeline_msg_req_table_rule_add table_rule_add; member
722 struct pipeline_msg_rsp_table_rule_add table_rule_add; member
1404 table_rule_add(table, rule); in pipeline_table_rule_add()
1420 memcpy(&req->table_rule_add.match, match, sizeof(*match)); in pipeline_table_rule_add()
1421 memcpy(&req->table_rule_add.action, action, sizeof(*action)); in pipeline_table_rule_add()
1429 rule->data = rsp->table_rule_add.data; in pipeline_table_rule_add()
1430 table_rule_add(table, rule); in pipeline_table_rule_add()
2719 struct table_rule_match *match = &req->table_rule_add.match; in pipeline_msg_handle_table_rule_add()
2720 struct table_rule_action *action = &req->table_rule_add.action; in pipeline_msg_handle_table_rule_add()
2755 rsp->table_rule_add.data = data_out; in pipeline_msg_handle_table_rule_add()
H A Dpipeline.h410 table_rule_add(struct table *table,
H A Dpipeline.c1066 table_rule_add(struct table *table, in table_rule_add() function
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c689 struct pipeline_msg_req_table_rule_add table_rule_add; member
746 struct pipeline_msg_rsp_table_rule_add table_rule_add; member
1311 memcpy(&req->table_rule_add.match, match, sizeof(*match)); in softnic_pipeline_table_rule_add()
1312 memcpy(&req->table_rule_add.action, action, sizeof(*action)); in softnic_pipeline_table_rule_add()
1320 *data = rsp->table_rule_add.data; in softnic_pipeline_table_rule_add()
2570 struct softnic_table_rule_match *match = &req->table_rule_add.match; in pipeline_msg_handle_table_rule_add()
2571 struct softnic_table_rule_action *action = &req->table_rule_add.action; in pipeline_msg_handle_table_rule_add()
2606 rsp->table_rule_add.data = data_out; in pipeline_msg_handle_table_rule_add()