Searched defs:rte_fib6_conf (Results 1 – 1 of 1) sorted by relevance
71 struct rte_fib6_conf { struct72 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