Home
last modified time | relevance | path

Searched refs:key_ptrs (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/examples/server_node_efd/server/
H A Dmain.c257 const void *key_ptrs[RTE_EFD_BURST_MAX]; in process_packets() local
267 key_ptrs[i] = (void *)&ipv4_dst_ip[i]; in process_packets()
271 (const void **) key_ptrs, data); in process_packets()
/f-stack/dpdk/examples/server_node_efd/node/
H A Dnode.c271 const void *key_ptrs[PKT_READ_SIZE]; in handle_packets() local
280 key_ptrs[i] = &ipv4_dst_ip[i]; in handle_packets()
283 rte_hash_lookup_bulk(h, key_ptrs, num_packets, positions); in handle_packets()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dserver_node_efd.rst192 const void *key_ptrs[EFD_BURST_MAX];
202 key_ptrs[i] = (void *)&ipv4_dst_ip[i];
206 (const void **) key_ptrs, data);
353 const void *key_ptrs[PKT_READ_SIZE];
362 key_ptrs[i] = &ipv4_dst_ip[i];
365 rte_hash_lookup_bulk(h, key_ptrs, num_packets, positions);