| /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 | 1042 if ((r->ip_version && (t->ip_version == 0)) || in match_check() 1043 ((r->ip_version == 0) && t->ip_version)) in match_check() 1046 if (r->ip_version) { in match_check() 1069 if ((r->ip_version && (t->key_size != 4)) || in match_check() 1070 ((r->ip_version == 0) && (t->key_size != 16))) in match_check() 1073 if (r->ip_version) { in match_check() 1147 int ip_version0 = ap->params.common.ip_version; in action_check() 1148 int ip_version1 = action->nat.ip_version; in action_check() 2357 if (mh->match.acl.ip_version) in match_convert() 2564 if (mh->match.lpm.ip_version) { in match_convert()
|
| H A D | cli.c | 1082 p.common.ip_version = 1; in cmd_table_action_profile() 1084 p.common.ip_version = 0; in cmd_table_action_profile() 2031 p.match.acl.ip_version = 1; in cmd_pipeline_table() 2033 p.match.acl.ip_version = 0; in cmd_pipeline_table() 2727 m->match.acl.ip_version = 1; in parse_match() 2743 m->match.acl.ip_version = 0; in parse_match() 3032 m->match.lpm.ip_version = 1; in parse_match() 3044 m->match.lpm.ip_version = 0; in parse_match() 3686 a->nat.ip_version = 1; in parse_table_action_nat() 3701 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()
|
| /dpdk/lib/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 | 547 if (encap->vxlan.ip_version) in encap_data_size() 772 if (cfg->vxlan.ip_version) in encap_vxlan_apply() 1177 if (cfg->vxlan.ip_version) in pkt_work_encap() 1221 int ip_version = common->ip_version; in nat_data_size() local 1223 return (ip_version) ? in nat_data_size() 1232 if ((p->ip_version && (cfg->ip_version == 0)) || in nat_apply_check() 1233 ((p->ip_version == 0) && cfg->ip_version)) in nat_apply_check() 1252 if (p->ip_version) { in nat_apply() 2893 if (cfg->common.ip_version) { in pkt_work() 2961 if (cfg->common.ip_version) in pkt_work() [all …]
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_steer.c | 185 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_version, in mlx5_vdpa_rss_flows_create() 187 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_version, in mlx5_vdpa_rss_flows_create()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_thread.c | 1068 if ((r->ip_version && (t->ip_version == 0)) || in match_check() 1069 ((r->ip_version == 0) && t->ip_version)) in match_check() 1072 if (r->ip_version) { in match_check() 1095 if ((r->ip_version && (t->key_size != 4)) || in match_check() 1096 ((r->ip_version == 0) && (t->key_size != 16))) in match_check() 1099 if (r->ip_version) { in match_check() 1173 int ip_version0 = ap->params.common.ip_version; in action_check() 1174 int ip_version1 = action->nat.ip_version; in action_check() 2209 if (mh->match.acl.ip_version) in match_convert() 2413 if (mh->match.lpm.ip_version) { in match_convert()
|
| H A D | rte_eth_softnic_internals.h | 469 int ip_version; member 916 int ip_version; member 951 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()
|
| /dpdk/app/test-pmd/ |
| H A D | csumonly.c | 435 uint8_t ip_version; in parse_encap_ip() local 437 ip_version = (ipv4_hdr->version_ihl & 0xf0) >> 4; in parse_encap_ip() 439 if (ip_version != 4 && ip_version != 6) in parse_encap_ip() 447 if (ip_version == 4) { in parse_encap_ip()
|
| H A D | cmdline.c | 13075 cmdline_fixed_string_t ip_version; member 13303 cmdline_fixed_string_t ip_version; member 13451 cmdline_fixed_string_t ip_version; member 13605 cmdline_fixed_string_t ip_version; member 13629 ip_version, "ipv4#ipv6"); 13760 cmdline_fixed_string_t ip_version; member 13778 ip_version, "ipv4#ipv6"); 13827 cmdline_fixed_string_t ip_version; member 13853 ip_version, "ipv4#ipv6"); 14007 cmdline_fixed_string_t ip_version; member [all …]
|
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_os.c | 421 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_version, 4); in __mlx5_discovery_misc5_cap()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 8233 uint8_t ip_version) in flow_dv_set_match_ip_version() argument 8236 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_version, 0xf); in flow_dv_set_match_ip_version() 8238 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_version, in flow_dv_set_match_ip_version() 8239 ip_version); in flow_dv_set_match_ip_version() 8240 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_version, ip_version); in flow_dv_set_match_ip_version()
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_prm.h | 938 u8 ip_version[0x4]; member
|