Lines Matching refs:ip_version
1082 p.common.ip_version = 1; in cmd_table_action_profile()
1084 p.common.ip_version = 0; in cmd_table_action_profile()
1278 p.encap.vxlan.ip_version = 1; in cmd_table_action_profile()
1280 p.encap.vxlan.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()
4851 fprintf(f, m->match.acl.ip_version ? "ipv4 " : "ipv6 "); in table_rule_show()
4853 if (m->match.acl.ip_version) in table_rule_show()
4860 if (m->match.acl.ip_version) in table_rule_show()
4890 fprintf(f, m->match.lpm.ip_version ? "ipv4 " : "ipv6 "); in table_rule_show()
4892 if (m->match.acl.ip_version) in table_rule_show()
5033 if (table->ap->params.encap.vxlan.ip_version) { in table_rule_show()
5063 fprintf(f, "nat %s ", (a->nat.ip_version) ? "ipv4 " : "ipv6 "); in table_rule_show()
5064 if (a->nat.ip_version) in table_rule_show()