Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnexthop.h16 struct nexthop_grp { struct
23 static inline __u16 nexthop_grp_weight(const struct nexthop_grp *entry) in nexthop_grp_weight() argument
/linux/net/ipv4/
H A Dnexthop.c869 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()