| /f-stack/dpdk/lib/librte_flow_classify/ |
| H A D | rte_flow_classify.c | 74 struct rte_flow_classify_ipv4_5tuple ipv4_5tuple; member 433 rule->rules.u.ipv4_5tuple.proto = cls->ntuple_filter.proto; in allocate_acl_ipv4_5tuple_rule() 434 rule->rules.u.ipv4_5tuple.proto_mask = cls->ntuple_filter.proto_mask; in allocate_acl_ipv4_5tuple_rule() 440 rule->rules.u.ipv4_5tuple.src_ip_mask = cls->ntuple_filter.src_ip_mask; in allocate_acl_ipv4_5tuple_rule() 441 rule->rules.u.ipv4_5tuple.src_ip = cls->ntuple_filter.src_ip; in allocate_acl_ipv4_5tuple_rule() 448 rule->rules.u.ipv4_5tuple.dst_ip = cls->ntuple_filter.dst_ip; in allocate_acl_ipv4_5tuple_rule() 454 rule->rules.u.ipv4_5tuple.src_port_mask = in allocate_acl_ipv4_5tuple_rule() 456 rule->rules.u.ipv4_5tuple.src_port = cls->ntuple_filter.src_port; in allocate_acl_ipv4_5tuple_rule() 462 rule->rules.u.ipv4_5tuple.dst_port_mask = in allocate_acl_ipv4_5tuple_rule() 464 rule->rules.u.ipv4_5tuple.dst_port = cls->ntuple_filter.dst_port; in allocate_acl_ipv4_5tuple_rule() [all …]
|
| H A D | rte_flow_classify.h | 149 struct rte_flow_classify_ipv4_5tuple ipv4_5tuple; member
|
| /f-stack/dpdk/examples/ip_pipeline/examples/ |
| H A D | flow.cli | 57 pipeline PIPELINE0 table 0 rule add match hash ipv4_5tuple 100.0.0.10 200.0.0.10 100 200 6 action f… 58 pipeline PIPELINE0 table 0 rule add match hash ipv4_5tuple 100.0.0.11 200.0.0.11 101 201 6 action f… 59 pipeline PIPELINE0 table 0 rule add match hash ipv4_5tuple 100.0.0.12 200.0.0.12 102 202 6 action f… 60 pipeline PIPELINE0 table 0 rule add match hash ipv4_5tuple 100.0.0.13 200.0.0.13 103 203 6 action f…
|
| /f-stack/dpdk/app/test/ |
| H A D | test_table_acl.c | 15 struct ipv4_5tuple { struct 38 .offset = offsetof(struct ipv4_5tuple, proto), argument 45 .offset = offsetof(struct ipv4_5tuple, ip_src), 52 .offset = offsetof(struct ipv4_5tuple, ip_dst), 59 .offset = offsetof(struct ipv4_5tuple, port_src), 66 .offset = offsetof(struct ipv4_5tuple, port_dst), 644 struct ipv4_5tuple five_tuple; in test_pipeline_single_filter() 658 sizeof(struct ipv4_5tuple)); in test_pipeline_single_filter() 667 sizeof(struct ipv4_5tuple)); in test_pipeline_single_filter()
|
| /f-stack/dpdk/app/test-acl/ |
| H A D | main.c | 136 struct ipv4_5tuple { struct 176 .offset = offsetof(struct ipv4_5tuple, proto), 183 .offset = offsetof(struct ipv4_5tuple, ip_src), 190 .offset = offsetof(struct ipv4_5tuple, ip_dst), 197 .offset = offsetof(struct ipv4_5tuple, port_src), 204 .offset = offsetof(struct ipv4_5tuple, port_dst), 357 parse_cb_ipv4_trace(char *str, struct ipv4_5tuple *v) in parse_cb_ipv4_trace() 482 struct ipv4_5tuple *v; in tracef_init() 1073 sizeof(struct ipv4_5tuple); in get_input_opts()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | packet_classif_access_ctrl.rst | 82 struct ipv4_5tuple { 101 .offset = offsetof (struct ipv4_5tuple, proto), 110 .offset = offsetof (struct ipv4_5tuple, ip_src), 119 .offset = offsetof (struct ipv4_5tuple, ip_dst), 131 .offset = offsetof (struct ipv4_5tuple, port_src), 139 .offset = offsetof (struct ipv4_5tuple, port_dst),
|
| H A D | flow_classify_lib.rst | 340 struct rte_flow_classify_ipv4_5tuple ipv4_5tuple; 414 struct rte_flow_classify_ipv4_5tuple ipv4_5tuple;
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_em.c | 45 struct ipv4_5tuple { struct 93 struct ipv4_5tuple key; 317 convert_ipv4_5tuple(struct ipv4_5tuple *key1, in convert_ipv4_5tuple()
|
| /f-stack/dpdk/examples/l3fwd-power/ |
| H A D | main.c | 277 struct ipv4_5tuple { struct 294 struct ipv4_5tuple key; argument 533 print_ipv4_key(struct ipv4_5tuple key) in print_ipv4_key() 552 struct ipv4_5tuple key; in get_ipv4_dst_port() 1971 .key_len = sizeof(struct ipv4_5tuple), in setup_hash()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | softnic.rst | 358 pipeline TX table 0 rule add match hash ipv4_5tuple 360 pipeline TX table 0 rule add match hash ipv4_5tuple
|
| /f-stack/dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 330 ntuple_stats.ipv4_5tuple.proto); in lcore_main()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | flow_classify.rst | 480 ntuple_stats.ipv4_5tuple.proto);
|
| H A D | ip_pipeline.rst | 453 | ipv4_5tuple <sa> <da> <sp> <dp> <proto>
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 333 struct ipv4_5tuple { struct 379 struct ipv4_5tuple key; 3047 static void convert_ipv4_5tuple(struct ipv4_5tuple *key1, in convert_ipv4_5tuple()
|