Searched defs:mlxsw_sp_nexthop_group (Results 1 – 1 of 1) sorted by relevance
2596 struct mlxsw_sp_nexthop_group { struct2597 void *priv;2598 struct rhash_head ht_node;2599 struct list_head fib_list; /* list of fib entries that use this group */2600 struct neigh_table *neigh_tbl;2601 u8 adj_index_valid:1,2602 gateway:1; /* routes using the group use a gateway */2603 u32 adj_index;2604 u16 ecmp_size;2605 u16 count;[all …]