Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c1448 void **match_ll_ptr; in softnic_pipeline_table_rule_add_bulk() local
1495 match_ll_ptr, in softnic_pipeline_table_rule_add_bulk()
1506 match_ll_ptr[i], in softnic_pipeline_table_rule_add_bulk()
1520 free(match_ll_ptr); in softnic_pipeline_table_rule_add_bulk()
1529 free(match_ll_ptr); in softnic_pipeline_table_rule_add_bulk()
2665 void **match_ll_ptr; in pipeline_msg_handle_table_rule_add_bulk() local
2680 match_ll_ptr == NULL || in pipeline_msg_handle_table_rule_add_bulk()
2709 match_ll_ptr, in pipeline_msg_handle_table_rule_add_bulk()
2720 match_ll_ptr[i], in pipeline_msg_handle_table_rule_add_bulk()
2738 free(match_ll_ptr); in pipeline_msg_handle_table_rule_add_bulk()
[all …]
/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c1217 void **match_ll_ptr = NULL; in table_rule_add_bulk_ll() local
1233 match_ll_ptr = calloc(n, sizeof(void *)); in table_rule_add_bulk_ll()
1241 match_ll_ptr == NULL || in table_rule_add_bulk_ll()
1251 match_ll_ptr[i] = (void *)&match_ll[i]; in table_rule_add_bulk_ll()
1259 status = match_convert(&rule->match, match_ll_ptr[i], 1); in table_rule_add_bulk_ll()
1274 match_ll_ptr, in table_rule_add_bulk_ll()
1285 match_ll_ptr[i], in table_rule_add_bulk_ll()
1318 free(match_ll_ptr); in table_rule_add_bulk_ll()