Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_fib/
H A Drte_fib6.h71 struct rte_fib6_conf { struct
99 rte_fib6_create(const char *name, int socket_id, struct rte_fib6_conf *conf); argument
H A Drte_fib6.c95 struct rte_fib6_conf *conf) in init_dataplane()
151 rte_fib6_create(const char *name, int socket_id, struct rte_fib6_conf *conf) in rte_fib6_create()
H A Dtrie.h136 trie_create(const char *name, int socket_id, struct rte_fib6_conf *conf);
H A Dtrie.c610 struct rte_fib6_conf *conf) in trie_create()
/f-stack/dpdk/app/test/
H A Dtest_fib6.c38 struct rte_fib6_conf config; in test_create_invalid()
96 struct rte_fib6_conf config; in test_multiple_create()
122 struct rte_fib6_conf config; in test_free_null()
145 struct rte_fib6_conf config; in test_add_del_invalid()
336 struct rte_fib6_conf config; in test_lookup()
H A Dtest_fib6_perf.c69 struct rte_fib6_conf conf; in test_fib6_perf()
/f-stack/dpdk/app/test-fib/
H A Dmain.c1034 struct rte_fib6_conf conf = {0}; in run_v6()