Home
last modified time | relevance | path

Searched refs:nh_grp (Results 1 – 1 of 1) sorted by relevance

/include/net/
Dnexthop.h41 struct nlattr *nh_grp; member
151 struct nh_group __rcu *nh_grp; member
213 struct nh_notifier_grp_info *nh_grp; member
252 const struct nh_group *nh_grp; in nexthop_is_fdb() local
254 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() local
269 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 …]