Lines Matching refs:node_id
45 static uint8_t node_id; variable
85 node_id = (uint8_t)temp; in parse_node_num()
207 snprintf(name, sizeof(name), "hash_table_%d", node_id); in create_hash_table()
214 node_id); in create_hash_table()
230 if (target_node != node_id) in populate_hash_table()
260 sent = rte_eth_tx_buffer(out_port, node_id, buffer, buf); in transmit_packet()
326 rx_ring = rte_ring_lookup(get_rx_queue_name(node_id)); in main()
339 tx_stats = &(info->tx_stats[node_id]); in main()
340 filter_stats = &(info->filter_stats[node_id]); in main()
350 printf("\nNode process %d handling packets\n", node_id); in main()
373 node_id, in main()