Home
last modified time | relevance | path

Searched defs:dim (Results 1 – 4 of 4) sorted by relevance

/dpdk/examples/l3fwd/
H A Dem_route_parse.c45 int dim = CB_FLD_MAX; in em_parse_v6_rule() local
79 int dim = CB_FLD_MAX; in em_parse_v4_rule() local
H A Dlpm_route_parse.c102 int dim = CB_FLD_MAX; in lpm_parse_v6_rule() local
124 int dim = CB_FLD_MAX; in lpm_parse_v4_rule() local
H A Dl3fwd_acl.c335 int dim = has_userdata ? CB_FLD_NUM : CB_FLD_USERDATA; parse_cb_ipv6_rule() local
437 int dim = has_userdata ? CB_FLD_NUM : CB_FLD_USERDATA; parse_cb_ipv4vlan_rule() local
695 int dim = ipv6 ? RTE_DIM(ipv6_defs) : RTE_DIM(ipv4_defs); app_acl_init() local
/dpdk/app/test/
H A Dtest_acl.c283 const uint8_t *data[], size_t dim, enum rte_acl_classify_alg alg) in test_classify_alg()
342 size_t dim) in test_classify_run()