Lines Matching refs:node_id
44 static uint8_t node_id; variable
84 node_id = (uint8_t)temp; in parse_node_num()
208 snprintf(name, sizeof(name), "hash_table_%d", node_id); in create_hash_table()
215 node_id); in create_hash_table()
231 if (target_node != node_id) in populate_hash_table()
262 sent = rte_eth_tx_buffer(out_port, node_id, buffer, buf); in transmit_packet()
331 rx_ring = rte_ring_lookup(get_rx_queue_name(node_id)); in main()
344 tx_stats = &(info->tx_stats[node_id]); in main()
345 filter_stats = &(info->filter_stats[node_id]); in main()
356 printf("\nNode process %d handling packets\n", node_id); in main()
379 node_id, in main()