MCPcopy Create free account
hub / github.com/F-Stack/f-stack / acl_gen_range_mdl

Function acl_gen_range_mdl

dpdk/lib/acl/acl_bld.c:799–808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797}
798
799static void
800acl_gen_range_mdl(struct acl_build_context *context, struct rte_acl_node *root,
801 struct rte_acl_node *end, uint8_t lo, uint8_t hi, int size, int level)
802{
803 struct rte_acl_node *node;
804
805 node = acl_alloc_node(context, level++);
806 acl_add_ptr_range(context, root, node, lo, hi);
807 acl_gen_full_range(context, node, end, size - 1, level);
808}
809
810static void
811acl_gen_range_low(struct acl_build_context *context, struct rte_acl_node *root,

Callers 3

acl_gen_range_lowFunction · 0.85
acl_gen_range_highFunction · 0.85
acl_gen_range_trieFunction · 0.85

Calls 3

acl_alloc_nodeFunction · 0.85
acl_add_ptr_rangeFunction · 0.85
acl_gen_full_rangeFunction · 0.85

Tested by

no test coverage detected