Lines Matching refs:ip_version
1084 p.common.ip_version = 1; in cmd_table_action_profile()
1086 p.common.ip_version = 0; in cmd_table_action_profile()
1280 p.encap.vxlan.ip_version = 1; in cmd_table_action_profile()
1282 p.encap.vxlan.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()
4860 fprintf(f, m->match.acl.ip_version ? "ipv4 " : "ipv6 "); in table_rule_show()
4862 if (m->match.acl.ip_version) in table_rule_show()
4869 if (m->match.acl.ip_version) in table_rule_show()
4899 fprintf(f, m->match.lpm.ip_version ? "ipv4 " : "ipv6 "); in table_rule_show()
4901 if (m->match.acl.ip_version) in table_rule_show()
5042 if (table->ap->params.encap.vxlan.ip_version) { in table_rule_show()
5072 fprintf(f, "nat %s ", (a->nat.ip_version) ? "ipv4 " : "ipv6 "); in table_rule_show()
5073 if (a->nat.ip_version) in table_rule_show()