Searched defs:mlxsw_sp_nexthop_group (Results 1 – 1 of 1) sorted by relevance
2709 struct mlxsw_sp_nexthop_group { struct2710 void *priv;2711 struct rhash_head ht_node;2712 struct list_head fib_list; /* list of fib entries that use this group */2713 struct neigh_table *neigh_tbl;2714 u8 adj_index_valid:1,2715 gateway:1; /* routes using the group use a gateway */2716 u32 adj_index;2717 u16 ecmp_size;2718 u16 count;[all …]