Home
last modified time | relevance | path

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

/dpdk/examples/l3fwd-acl/
H A Dmain.c879 acl_log("failed to read source address/mask: %s\n", in parse_cb_ipv6_rule()
886 acl_log("failed to read destination address/mask: %s\n", in parse_cb_ipv6_rule()
978 acl_log("failed to read source address/mask: %s\n", in parse_cb_ipv4vlan_rule()
987 acl_log("failed to read destination address/mask: %s\n", in parse_cb_ipv4vlan_rule()
1200 acl_log("ACL IPv4 rule file not specified\n"); in check_acl_config()
1203 acl_log("ACL IPv6 rule file not specified\n"); in check_acl_config()
1283 acl_log("IPv4 Route entries %u:\n", route_num_ipv4); in app_acl_init()
1286 acl_log("IPv4 ACL entries %u:\n", acl_num_ipv4); in app_acl_init()
1295 acl_log("IPv6 Route entries %u:\n", route_num_ipv6); in app_acl_init()
1298 acl_log("IPv6 ACL entries %u:\n", acl_num_ipv6); in app_acl_init()
[all …]