Searched defs:rte_fib_conf (Results 1 – 1 of 1) sorted by relevance
80 struct rte_fib_conf { struct81 enum rte_fib_type type; /**< Type of FIB struct */83 uint64_t default_nh;84 int max_routes;108 rte_fib_create(const char *name, int socket_id, struct rte_fib_conf *conf); argument