Searched refs:nh_grp (Results 1 – 1 of 1) sorted by relevance
41 struct nlattr *nh_grp; member151 struct nh_group __rcu *nh_grp; member213 struct nh_notifier_grp_info *nh_grp; member252 const struct nh_group *nh_grp; in nexthop_is_fdb() local254 nh_grp = rcu_dereference_rtnl(nh->nh_grp); in nexthop_is_fdb()255 return nh_grp->fdb_nh; in nexthop_is_fdb()267 struct nh_group *nh_grp; in nexthop_has_v4() local269 nh_grp = rcu_dereference_rtnl(nh->nh_grp); in nexthop_has_v4()270 return nh_grp->has_v4; in nexthop_has_v4()278 struct nh_group *nh_grp; in nexthop_is_multipath() local[all …]