Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-acl/
H A Dmain.c556 parse_cb_ipv6_rule(char *str, struct acl_rule *v) in parse_cb_ipv6_rule() function
735 parser = (config.ipv6 != 0) ? parse_cb_ipv6_rule : parse_cb_ipv4_rule; in add_cb_rules()
/f-stack/dpdk/examples/l3fwd-acl/
H A Dmain.c852 parse_cb_ipv6_rule(char *str, struct rte_acl_rule *v, int has_userdata) in parse_cb_ipv6_rule() function
1281 sizeof(struct acl6_rule), &parse_cb_ipv6_rule) < 0) in app_acl_init()