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

Function rte_acl_classify

dpdk/lib/acl/rte_acl.c:297–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297int
298rte_acl_classify(const struct rte_acl_ctx *ctx, const uint8_t **data,
299 uint32_t *results, uint32_t num, uint32_t categories)
300{
301 return rte_acl_classify_alg(ctx, data, results, num, categories,
302 ctx->alg);
303}
304
305struct rte_acl_ctx *
306rte_acl_find_existing(const char *name)

Callers 13

table_lookupFunction · 0.85
rte_table_acl_lookupFunction · 0.85
test_classify_algFunction · 0.85
test_build_ports_rangeFunction · 0.85
test_invalid_parametersFunction · 0.85
search_ip5tuples_onceFunction · 0.85
acl_main_loopFunction · 0.85
outbound_spd_lookupFunction · 0.85
inbound_sp_saFunction · 0.85
check_spFunction · 0.85
check_sp_bulkFunction · 0.85
check_sp_sa_bulkFunction · 0.85

Calls 1

rte_acl_classify_algFunction · 0.70

Tested by 3

test_classify_algFunction · 0.68
test_build_ports_rangeFunction · 0.68
test_invalid_parametersFunction · 0.68