| /dpdk/app/test/ |
| H A D | test_acl.h | 15 uint16_t port_dst; member 554 .port_dst = 80, 565 .port_dst = 80, 575 .port_dst = 80, 585 .port_dst = 80, 595 .port_dst = 80, 605 .port_dst = 80, 629 .port_dst = 180, 638 .port_dst = 180, 647 .port_dst = 180, [all …]
|
| H A D | test_efd.c | 40 uint16_t port_dst; member 68 .port_dst = 0x0b0a, 75 .port_dst = 0x1b1a, 82 .port_dst = 0x2b2a, 89 .port_dst = 0x3b3a, 96 .port_dst = 0x4b4a,
|
| H A D | test_member.c | 37 uint16_t port_dst; member 58 .port_dst = 0x0b0a, 65 .port_dst = 0x1b1a, 72 .port_dst = 0x2b2a, 79 .port_dst = 0x3b3a, 86 .port_dst = 0x4b4a,
|
| H A D | test_acl.c | 71 data[i].port_dst = rte_cpu_to_be_16(data[i].port_dst); in bswap_test_data() 78 data[i].port_dst = rte_be_to_cpu_16(data[i].port_dst); in bswap_test_data() 533 .port_dst = 53, in test_build_ports_range() 540 .port_dst = 65281, in test_build_ports_range() 1026 offsetof(struct ipv4_7tuple, port_dst), in test_invalid_layout()
|
| H A D | test_hash.c | 86 uint16_t port_dst; member 123 .port_dst = 0x0b0a, 129 .port_dst = 0x1b1a, 135 .port_dst = 0x2b2a, 141 .port_dst = 0x3b3a, 147 .port_dst = 0x4b4a, 915 rand_keys[i].port_dst = i; in test_extendable_bucket() 1945 g_rand_keys[i].port_dst = i; in test_hash_rcu_qsbr_dq_mode() 2115 g_rand_keys[i].port_dst = i; in test_hash_rcu_qsbr_sync_mode()
|
| H A D | test_table_acl.c | 22 uint16_t port_dst; member 68 .offset = offsetof(struct ipv4_5tuple, port_dst), 666 five_tuple.port_dst = rte_bswap16(200 + j); in test_pipeline_single_filter()
|
| /dpdk/examples/l3fwd/ |
| H A D | em_route_parse.c | 64 GET_CB_FIELD(in[CB_FLD_DST_PORT], v->v6_key.port_dst, 0, UINT16_MAX, 0); in em_parse_v6_rule() 101 GET_CB_FIELD(in[CB_FLD_DST_PORT], v->v4_key.port_dst, 0, UINT16_MAX, 0); in em_parse_v4_rule() 206 em_route_base_v4[i].v4_key.port_dst = ipv4_l3fwd_em_route_array[i].key.port_dst; in em_add_default_v4_rules() 228 em_route_base_v6[i].v6_key.port_dst = ipv6_l3fwd_em_route_array[i].key.port_dst; in em_add_default_v6_rules()
|
| H A D | l3fwd_route.h | 39 uint16_t port_dst; member 47 uint16_t port_dst; member
|
| H A D | l3fwd_em.c | 54 uint16_t port_dst; member 69 uint16_t port_dst; member 324 key2->port_dst = rte_cpu_to_be_16(key1->port_dst); in convert_ipv4_5tuple() 341 key2->port_dst = rte_cpu_to_be_16(key1->port_dst); in convert_ipv6_5tuple() 395 em_route_base_v4[i].v4_key.port_dst, in populate_ipv4_flow_into_table() 447 em_route_base_v6[i].v6_key.port_dst, in populate_ipv6_flow_into_table()
|
| /dpdk/app/test-acl/ |
| H A D | main.c | 143 uint16_t port_dst; member 206 .offset = offsetof(struct ipv4_5tuple, port_dst), 219 uint16_t port_dst; member 313 .offset = offsetof(struct ipv6_5tuple, port_dst), 376 GET_CB_FIELD(in[CB_TRC_DST_PORT], v->port_dst, 0, UINT16_MAX, 0); in parse_cb_ipv4_trace() 383 v->port_dst = rte_cpu_to_be_16(v->port_dst); in parse_cb_ipv4_trace() 467 GET_CB_FIELD(in[CB_TRC_DST_PORT], v->port_dst, 0, UINT16_MAX, 0); in parse_cb_ipv6_trace() 472 v->port_dst = rte_cpu_to_be_16(v->port_dst); in parse_cb_ipv6_trace()
|
| /dpdk/examples/l3fwd-power/ |
| H A D | main.c | 285 uint16_t port_dst; member 293 uint16_t port_dst; member 550 key.port_dst, key.port_src, key.proto); in print_ipv4_key() 558 key.port_dst, key.port_src, key.proto); in print_ipv6_key() 578 key.port_dst = rte_be_to_cpu_16(tcp->dst_port); in get_ipv4_dst_port() 585 key.port_dst = rte_be_to_cpu_16(udp->dst_port); in get_ipv4_dst_port() 590 key.port_dst = 0; in get_ipv4_dst_port() 618 key.port_dst = rte_be_to_cpu_16(tcp->dst_port); in get_ipv6_dst_port() 625 key.port_dst = rte_be_to_cpu_16(udp->dst_port); in get_ipv6_dst_port() 630 key.port_dst = 0; in get_ipv6_dst_port()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | packet_classif_access_ctrl.rst | 87 uint16_t port_dst; 139 .offset = offsetof (struct ipv4_5tuple, port_dst),
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 10766 uint16_t port_dst; member 10822 mask->dst_port_mask = rte_cpu_to_be_16(res->port_dst); in cmd_flow_director_mask_parsed() 10863 port_dst, RTE_UINT16);
|