| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_table_action.h | 112 int ip_version; member 530 int ip_version; member 596 int ip_version; member
|
| H A D | rte_table_action.c | 549 if (encap->vxlan.ip_version) in encap_data_size() 774 if (cfg->vxlan.ip_version) in encap_vxlan_apply() 1179 if (cfg->vxlan.ip_version) in pkt_work_encap() 1223 int ip_version = common->ip_version; in nat_data_size() local 1225 return (ip_version) ? in nat_data_size() 1234 if ((p->ip_version && (cfg->ip_version == 0)) || in nat_apply_check() 1235 ((p->ip_version == 0) && cfg->ip_version)) in nat_apply_check() 1254 if (p->ip_version) { in nat_apply() 2895 if (cfg->common.ip_version) { in pkt_work() 2963 if (cfg->common.ip_version) in pkt_work() [all …]
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | pipeline.h | 109 int ip_version; member 214 int ip_version; member 257 int ip_version; member
|
| H A D | thread.c | 1044 if ((r->ip_version && (t->ip_version == 0)) || in match_check() 1045 ((r->ip_version == 0) && t->ip_version)) in match_check() 1048 if (r->ip_version) { in match_check() 1071 if ((r->ip_version && (t->key_size != 4)) || in match_check() 1072 ((r->ip_version == 0) && (t->key_size != 16))) in match_check() 1075 if (r->ip_version) { in match_check() 1149 int ip_version0 = ap->params.common.ip_version; in action_check() 1150 int ip_version1 = action->nat.ip_version; in action_check() 2359 if (mh->match.acl.ip_version) in match_convert() 2566 if (mh->match.lpm.ip_version) { in match_convert()
|
| H A D | cli.c | 1084 p.common.ip_version = 1; in cmd_table_action_profile() 1086 p.common.ip_version = 0; in cmd_table_action_profile() 2033 p.match.acl.ip_version = 1; in cmd_pipeline_table() 2035 p.match.acl.ip_version = 0; in cmd_pipeline_table() 2729 m->match.acl.ip_version = 1; in parse_match() 2745 m->match.acl.ip_version = 0; in parse_match() 3034 m->match.lpm.ip_version = 1; in parse_match() 3046 m->match.lpm.ip_version = 0; in parse_match() 3688 a->nat.ip_version = 1; in parse_table_action_nat() 3703 a->nat.ip_version = 0; in parse_table_action_nat() [all …]
|
| H A D | pipeline.c | 835 if (params->match.acl.ip_version) { in pipeline_table_create()
|
| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_steer.c | 190 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_version, in mlx5_vdpa_rss_flows_create() 192 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_version, in mlx5_vdpa_rss_flows_create()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | csumonly.c | 432 uint8_t ip_version; in parse_encap_ip() local 434 ip_version = (ipv4_hdr->version_ihl & 0xf0) >> 4; in parse_encap_ip() 436 if (ip_version != 4 && ip_version != 6) in parse_encap_ip() 444 if (ip_version == 4) { in parse_encap_ip()
|
| H A D | cmdline.c | 12621 cmdline_fixed_string_t ip_version; member 12849 cmdline_fixed_string_t ip_version; member 12997 cmdline_fixed_string_t ip_version; member 13151 cmdline_fixed_string_t ip_version; member 13175 ip_version, "ipv4#ipv6"); 13306 cmdline_fixed_string_t ip_version; member 13324 ip_version, "ipv4#ipv6"); 13373 cmdline_fixed_string_t ip_version; member 13399 ip_version, "ipv4#ipv6"); 13553 cmdline_fixed_string_t ip_version; member [all …]
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_thread.c | 1072 if ((r->ip_version && (t->ip_version == 0)) || in match_check() 1073 ((r->ip_version == 0) && t->ip_version)) in match_check() 1076 if (r->ip_version) { in match_check() 1099 if ((r->ip_version && (t->key_size != 4)) || in match_check() 1100 ((r->ip_version == 0) && (t->key_size != 16))) in match_check() 1103 if (r->ip_version) { in match_check() 1177 int ip_version0 = ap->params.common.ip_version; in action_check() 1178 int ip_version1 = action->nat.ip_version; in action_check() 2213 if (mh->match.acl.ip_version) in match_convert() 2417 if (mh->match.lpm.ip_version) { in match_convert()
|
| H A D | rte_eth_softnic_internals.h | 457 int ip_version; member 903 int ip_version; member 938 int ip_version; member
|
| H A D | rte_eth_softnic_cli.c | 1782 p.common.ip_version = 1; in cmd_table_action_profile() 1784 p.common.ip_version = 0; in cmd_table_action_profile() 1987 p.encap.vxlan.ip_version = 1; in cmd_table_action_profile() 2725 p.match.acl.ip_version = 1; in cmd_pipeline_table() 2727 p.match.acl.ip_version = 0; in cmd_pipeline_table() 3430 m->match.acl.ip_version = 1; in parse_match() 3446 m->match.acl.ip_version = 0; in parse_match() 3735 m->match.lpm.ip_version = 1; in parse_match() 3747 m->match.lpm.ip_version = 0; in parse_match() 4395 a->nat.ip_version = 1; in parse_table_action_nat() [all …]
|
| H A D | rte_eth_softnic_flow.c | 701 rule_match->match.acl.ip_version = 1; in flow_rule_match_acl_get() 736 rule_match->match.acl.ip_version = 0; in flow_rule_match_acl_get()
|
| H A D | rte_eth_softnic_pipeline.c | 861 if (params->match.acl.ip_version) { in softnic_pipeline_table_create()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 6308 uint8_t ip_version) in flow_dv_set_match_ip_version() argument 6311 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_version, 0xf); in flow_dv_set_match_ip_version() 6313 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_version, in flow_dv_set_match_ip_version() 6314 ip_version); in flow_dv_set_match_ip_version() 6315 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_version, ip_version); in flow_dv_set_match_ip_version()
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_prm.h | 737 u8 ip_version[0x4]; member
|