Home
last modified time | relevance | path

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

/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c1283 &match_ll, in softnic_pipeline_table_rule_add()
1460 if (match_ll == NULL || in softnic_pipeline_table_rule_add_bulk()
1518 free(match_ll); in softnic_pipeline_table_rule_add_bulk()
1527 free(match_ll); in softnic_pipeline_table_rule_add_bulk()
1594 &match_ll, in softnic_pipeline_table_rule_delete()
2591 &match_ll, in pipeline_msg_handle_table_rule_add()
2674 if (match_ll == NULL || in pipeline_msg_handle_table_rule_add_bulk()
2682 match_ll_ptr[i] = (void *)&match_ll[i]; in pipeline_msg_handle_table_rule_add_bulk()
2736 free(match_ll); in pipeline_msg_handle_table_rule_add_bulk()
2745 free(match_ll); in pipeline_msg_handle_table_rule_add_bulk()
[all …]
/dpdk/examples/ip_pipeline/
H A Dthread.c1237 if (match_ll == NULL || in table_rule_add_bulk_ll()
1249 match_ll_ptr[i] = (void *)&match_ll[i]; in table_rule_add_bulk_ll()
1318 free(match_ll); in table_rule_add_bulk_ll()
1359 union table_rule_match_low_level match_ll; in pipeline_table_rule_add() local
1390 &match_ll, in pipeline_table_rule_add()
1677 union table_rule_match_low_level match_ll; in pipeline_table_rule_delete() local
1686 &match_ll, in pipeline_table_rule_delete()
2715 union table_rule_match_low_level match_ll; in pipeline_msg_handle_table_rule_add() local
2742 &match_ll, in pipeline_msg_handle_table_rule_add()
2832 union table_rule_match_low_level match_ll; in pipeline_msg_handle_table_rule_delete() local
[all …]