Searched defs:mlxsw_sp_nexthop_group (Results 1 – 1 of 1) sorted by relevance
2784 struct mlxsw_sp_nexthop_group { struct2785 void *priv;2786 struct rhash_head ht_node;2787 struct list_head fib_list; /* list of fib entries that use this group */2788 struct neigh_table *neigh_tbl;2789 u8 adj_index_valid:1,2790 gateway:1; /* routes using the group use a gateway */2791 u32 adj_index;2792 u16 ecmp_size;2793 u16 count;[all …]