Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l3fwd-acl/
H A Dmain.c868 acl_log("failed to read source address/mask: %s\n", in parse_cb_ipv6_rule()
875 acl_log("failed to read destination address/mask: %s\n", in parse_cb_ipv6_rule()
967 acl_log("failed to read source address/mask: %s\n", in parse_cb_ipv4vlan_rule()
976 acl_log("failed to read destination address/mask: %s\n", in parse_cb_ipv4vlan_rule()
1189 acl_log("ACL IPv4 rule file not specified\n"); in check_acl_config()
1192 acl_log("ACL IPv6 rule file not specified\n"); in check_acl_config()
1272 acl_log("IPv4 Route entries %u:\n", route_num_ipv4); in app_acl_init()
1275 acl_log("IPv4 ACL entries %u:\n", acl_num_ipv4); in app_acl_init()
1284 acl_log("IPv6 Route entries %u:\n", route_num_ipv6); in app_acl_init()
1287 acl_log("IPv6 ACL entries %u:\n", acl_num_ipv6); in app_acl_init()
[all …]