Home
last modified time | relevance | path

Searched refs:ipv4_5tuple (Results 1 – 13 of 13) sorted by relevance

/dpdk/lib/flow_classify/
H A Drte_flow_classify.c71 struct rte_flow_classify_ipv4_5tuple ipv4_5tuple; member
430 rule->rules.u.ipv4_5tuple.proto = cls->ntuple_filter.proto; in allocate_acl_ipv4_5tuple_rule()
431 rule->rules.u.ipv4_5tuple.proto_mask = cls->ntuple_filter.proto_mask; in allocate_acl_ipv4_5tuple_rule()
437 rule->rules.u.ipv4_5tuple.src_ip_mask = cls->ntuple_filter.src_ip_mask; in allocate_acl_ipv4_5tuple_rule()
438 rule->rules.u.ipv4_5tuple.src_ip = cls->ntuple_filter.src_ip; in allocate_acl_ipv4_5tuple_rule()
445 rule->rules.u.ipv4_5tuple.dst_ip = cls->ntuple_filter.dst_ip; in allocate_acl_ipv4_5tuple_rule()
451 rule->rules.u.ipv4_5tuple.src_port_mask = in allocate_acl_ipv4_5tuple_rule()
453 rule->rules.u.ipv4_5tuple.src_port = cls->ntuple_filter.src_port; in allocate_acl_ipv4_5tuple_rule()
459 rule->rules.u.ipv4_5tuple.dst_port_mask = in allocate_acl_ipv4_5tuple_rule()
461 rule->rules.u.ipv4_5tuple.dst_port = cls->ntuple_filter.dst_port; in allocate_acl_ipv4_5tuple_rule()
[all …]
H A Drte_flow_classify.h145 struct rte_flow_classify_ipv4_5tuple ipv4_5tuple; member
/dpdk/examples/l3fwd/
H A Dl3fwd_route.h36 struct ipv4_5tuple { struct
65 struct ipv4_5tuple key;
76 struct ipv4_5tuple v4_key;
H A Dl3fwd_em.c319 convert_ipv4_5tuple(struct ipv4_5tuple *key1, in convert_ipv4_5tuple()
/dpdk/examples/ip_pipeline/examples/
H A Dflow.cli57 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…
/dpdk/app/test/
H A Dtest_table_acl.c17 struct ipv4_5tuple { struct
40 .offset = offsetof(struct ipv4_5tuple, proto), argument
47 .offset = offsetof(struct ipv4_5tuple, ip_src),
54 .offset = offsetof(struct ipv4_5tuple, ip_dst),
61 .offset = offsetof(struct ipv4_5tuple, port_src),
68 .offset = offsetof(struct ipv4_5tuple, port_dst),
646 struct ipv4_5tuple five_tuple; in test_pipeline_single_filter()
660 sizeof(struct ipv4_5tuple)); in test_pipeline_single_filter()
669 sizeof(struct ipv4_5tuple)); in test_pipeline_single_filter()
/dpdk/app/test-acl/
H A Dmain.c138 struct ipv4_5tuple { struct
178 .offset = offsetof(struct ipv4_5tuple, proto),
185 .offset = offsetof(struct ipv4_5tuple, ip_src),
192 .offset = offsetof(struct ipv4_5tuple, ip_dst),
199 .offset = offsetof(struct ipv4_5tuple, port_src),
206 .offset = offsetof(struct ipv4_5tuple, port_dst),
359 parse_cb_ipv4_trace(char *str, struct ipv4_5tuple *v) in parse_cb_ipv4_trace()
499 struct ipv4_5tuple *v; in tracef_init()
1106 sizeof(struct ipv4_5tuple); in get_input_opts()
/dpdk/doc/guides/prog_guide/
H A Dpacket_classif_access_ctrl.rst82 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 Dflow_classify_lib.rst340 struct rte_flow_classify_ipv4_5tuple ipv4_5tuple;
414 struct rte_flow_classify_ipv4_5tuple ipv4_5tuple;
/dpdk/examples/l3fwd-power/
H A Dmain.c282 struct ipv4_5tuple { struct
299 struct ipv4_5tuple key; argument
546 print_ipv4_key(struct ipv4_5tuple key) in print_ipv4_key()
565 struct ipv4_5tuple key; in get_ipv4_dst_port()
2009 .key_len = sizeof(struct ipv4_5tuple), in setup_hash()
/dpdk/doc/guides/nics/
H A Dsoftnic.rst358 pipeline TX table 0 rule add match hash ipv4_5tuple
360 pipeline TX table 0 rule add match hash ipv4_5tuple
/dpdk/examples/flow_classify/
H A Dflow_classify.c334 ntuple_stats.ipv4_5tuple.proto); in lcore_main()
/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst453 | ipv4_5tuple <sa> <da> <sp> <dp> <proto>