Searched refs:hopsv4 (Results 1 – 1 of 1) sorted by relevance
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_fib.c | 113 uint64_t hopsv4[nb_rx], hopsv6[nb_rx]; in fib_send_packets() local 145 ipv4_arr, hopsv4, ipv4_cnt); in fib_send_packets() 155 nh = (uint16_t)hopsv4[ipv4_arr_assem++]; in fib_send_packets() 261 uint64_t hopsv4[MAX_PKT_BURST], hopsv6[MAX_PKT_BURST]; in fib_event_loop() local 337 ipv4_arr, hopsv4, ipv4_cnt); in fib_event_loop() 347 nh = (uint16_t)hopsv4[ipv4_arr_assem++]; in fib_event_loop() 422 uint64_t hopsv4[MAX_PKT_BURST], hopsv6[MAX_PKT_BURST]; in fib_process_event_vector() local 459 rte_fib_lookup_bulk(lconf->ipv4_lookup_struct, ipv4_arr, hopsv4, in fib_process_event_vector() 468 nh = type_arr[0] ? (uint16_t)hopsv4[0] : (uint16_t)hopsv6[0]; in fib_process_event_vector() 478 nh = (uint16_t)hopsv4[ipv4_arr_assem++]; in fib_process_event_vector()
|