Searched refs:get_ipv4_dst_port (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward.rst | 301 for hash-based lookups is done by the get_ipv4_dst_port() or get_ipv6_dst_port() function. 302 The get_ipv4_dst_port() function is shown below: 307 get_ipv4_dst_port(void *ipv4_hdr, uint16_t portid, lookup_struct_t *ipv4_l3fwd_lookup_struct) 327 The get_ipv6_dst_port() function is similar to the get_ipv4_dst_port() function. 371 for LPM-based lookups is done by the get_ipv4_dst_port() function below: 376 …get_ipv4_dst_port(struct rte_ipv4_hdr *ipv4_hdr, uint16_t portid, lookup_struct_t *ipv4_l3fwd_look…
|
| /f-stack/dpdk/examples/l3fwd-power/ |
| H A D | main.c | 549 get_ipv4_dst_port(struct rte_ipv4_hdr *ipv4_hdr, uint16_t portid, in get_ipv4_dst_port() function 630 get_ipv4_dst_port(struct rte_ipv4_hdr *ipv4_hdr, uint16_t portid, in get_ipv4_dst_port() function 708 dst_port = get_ipv4_dst_port(ipv4_hdr, portid, in l3fwd_simple_forward()
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 805 get_ipv4_dst_port(void *ipv4_hdr, uint16_t portid, in get_ipv4_dst_port() function 854 get_ipv4_dst_port(void *ipv4_hdr, uint16_t portid, in get_ipv4_dst_port() function 1259 dst_port = get_ipv4_dst_port(ipv4_hdr, portid, in l3fwd_simple_forward()
|