Searched refs:nexthop_grp (Results 1 – 2 of 2) sorted by relevance
16 struct nexthop_grp { struct23 static inline __u16 nexthop_grp_weight(const struct nexthop_grp *entry) in nexthop_grp_weight() argument
869 struct nexthop_grp *p; in nla_put_nh_group()894 *p++ = (struct nexthop_grp) { in nla_put_nh_group()1009 size_t sz = sizeof(struct nexthop_grp) * nhg->num_nh; in nh_nlmsg_size_grp()1287 struct nexthop_grp *nhg; in nh_check_attr_group()1290 if (!len || len & (sizeof(struct nexthop_grp) - 1)) { in nh_check_attr_group()1345 struct nexthop_grp *nhg; in nh_check_attr_group_rtnl()2732 struct nexthop_grp *entry = nla_data(grps_attr); in nexthop_create_group()