Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_fib/
H A Drte_fib6.h71 struct rte_fib6_conf { struct
72 enum rte_fib6_type type; /**< Type of FIB struct */
74 uint64_t default_nh;
75 int max_routes;
99 rte_fib6_create(const char *name, int socket_id, struct rte_fib6_conf *conf); argument