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