Home
last modified time | relevance | path

Searched refs:match_ll_ptr (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c1444 void **match_ll_ptr; in softnic_pipeline_table_rule_add_bulk() local
1491 match_ll_ptr, in softnic_pipeline_table_rule_add_bulk()
1502 match_ll_ptr[i], in softnic_pipeline_table_rule_add_bulk()
1516 free(match_ll_ptr); in softnic_pipeline_table_rule_add_bulk()
1525 free(match_ll_ptr); in softnic_pipeline_table_rule_add_bulk()
2661 void **match_ll_ptr; in pipeline_msg_handle_table_rule_add_bulk() local
2676 match_ll_ptr == NULL || in pipeline_msg_handle_table_rule_add_bulk()
2705 match_ll_ptr, in pipeline_msg_handle_table_rule_add_bulk()
2716 match_ll_ptr[i], in pipeline_msg_handle_table_rule_add_bulk()
2734 free(match_ll_ptr); in pipeline_msg_handle_table_rule_add_bulk()
[all …]
/dpdk/examples/ip_pipeline/
H A Dthread.c1215 void **match_ll_ptr = NULL; in table_rule_add_bulk_ll() local
1231 match_ll_ptr = calloc(n, sizeof(void *)); in table_rule_add_bulk_ll()
1239 match_ll_ptr == NULL || in table_rule_add_bulk_ll()
1249 match_ll_ptr[i] = (void *)&match_ll[i]; in table_rule_add_bulk_ll()
1257 status = match_convert(&rule->match, match_ll_ptr[i], 1); in table_rule_add_bulk_ll()
1272 match_ll_ptr, in table_rule_add_bulk_ll()
1283 match_ll_ptr[i], in table_rule_add_bulk_ll()
1316 free(match_ll_ptr); in table_rule_add_bulk_ll()