Home
last modified time | relevance | path

Searched refs:port_dst (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_acl.h15 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 Dtest_efd.c31 uint16_t port_dst; member
59 .port_dst = 0x0b0a,
66 .port_dst = 0x1b1a,
73 .port_dst = 0x2b2a,
80 .port_dst = 0x3b3a,
87 .port_dst = 0x4b4a,
H A Dtest_member.c26 uint16_t port_dst; member
47 .port_dst = 0x0b0a,
54 .port_dst = 0x1b1a,
61 .port_dst = 0x2b2a,
68 .port_dst = 0x3b3a,
75 .port_dst = 0x4b4a,
H A Dtest_acl.c61 data[i].port_dst = rte_cpu_to_be_16(data[i].port_dst); in bswap_test_data()
68 data[i].port_dst = rte_be_to_cpu_16(data[i].port_dst); in bswap_test_data()
523 .port_dst = 53, in test_build_ports_range()
530 .port_dst = 65281, in test_build_ports_range()
1016 offsetof(struct ipv4_7tuple, port_dst), in test_invalid_layout()
H A Dtest_hash.c82 uint16_t port_dst; member
119 .port_dst = 0x0b0a,
125 .port_dst = 0x1b1a,
131 .port_dst = 0x2b2a,
137 .port_dst = 0x3b3a,
143 .port_dst = 0x4b4a,
911 rand_keys[i].port_dst = i; in test_extendable_bucket()
1935 g_rand_keys[i].port_dst = i; in test_hash_rcu_qsbr_dq_mode()
2105 g_rand_keys[i].port_dst = i; in test_hash_rcu_qsbr_sync_mode()
H A Dtest_table_acl.c20 uint16_t port_dst; member
66 .offset = offsetof(struct ipv4_5tuple, port_dst),
664 five_tuple.port_dst = rte_bswap16(200 + j); in test_pipeline_single_filter()
/f-stack/dpdk/app/test-acl/
H A Dmain.c141 uint16_t port_dst; member
204 .offset = offsetof(struct ipv4_5tuple, port_dst),
217 uint16_t port_dst; member
311 .offset = offsetof(struct ipv6_5tuple, port_dst),
374 GET_CB_FIELD(in[CB_TRC_DST_PORT], v->port_dst, 0, UINT16_MAX, 0); in parse_cb_ipv4_trace()
381 v->port_dst = rte_cpu_to_be_16(v->port_dst); in parse_cb_ipv4_trace()
465 GET_CB_FIELD(in[CB_TRC_DST_PORT], v->port_dst, 0, UINT16_MAX, 0); in parse_cb_ipv6_trace()
470 v->port_dst = rte_cpu_to_be_16(v->port_dst); in parse_cb_ipv6_trace()
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_em.c48 uint16_t port_dst; member
61 uint16_t port_dst; member
71 uint16_t port_dst; member
84 uint16_t port_dst; member
322 key2->port_dst = rte_cpu_to_be_16(key1->port_dst); in convert_ipv4_5tuple()
339 key2->port_dst = rte_cpu_to_be_16(key1->port_dst); in convert_ipv6_5tuple()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c280 uint16_t port_dst; member
288 uint16_t port_dst; member
537 key.port_dst, key.port_src, key.proto); in print_ipv4_key()
545 key.port_dst, key.port_src, key.proto); in print_ipv6_key()
565 key.port_dst = rte_be_to_cpu_16(tcp->dst_port); in get_ipv4_dst_port()
572 key.port_dst = rte_be_to_cpu_16(udp->dst_port); in get_ipv4_dst_port()
577 key.port_dst = 0; in get_ipv4_dst_port()
605 key.port_dst = rte_be_to_cpu_16(tcp->dst_port); in get_ipv6_dst_port()
612 key.port_dst = rte_be_to_cpu_16(udp->dst_port); in get_ipv6_dst_port()
617 key.port_dst = 0; in get_ipv6_dst_port()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c336 uint16_t port_dst; member
349 uint16_t port_dst; member
359 uint16_t port_dst; member
372 uint16_t port_dst; member
3052 key2->port_dst = rte_cpu_to_be_16(key1->port_dst); in convert_ipv4_5tuple()
3068 key2->port_dst = rte_cpu_to_be_16(key1->port_dst); in convert_ipv6_5tuple()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_classif_access_ctrl.rst87 uint16_t port_dst;
139 .offset = offsetof (struct ipv4_5tuple, port_dst),
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c10321 uint16_t port_dst; member
10377 mask->dst_port_mask = rte_cpu_to_be_16(res->port_dst); in cmd_flow_director_mask_parsed()
10418 port_dst, RTE_UINT16);