Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/net/ipv4/
H A Dnexthop.c871 struct nexthop_grp *p; in nla_put_nh_group()
896 *p++ = (struct nexthop_grp) { in nla_put_nh_group()
1013 size_t sz = sizeof(struct nexthop_grp) * nhg->num_nh; in nh_nlmsg_size_grp()
1275 struct nexthop_grp *nhg; in nh_check_attr_group()
1278 if (!len || len & (sizeof(struct nexthop_grp) - 1)) { in nh_check_attr_group()
1333 struct nexthop_grp *nhg; in nh_check_attr_group_rtnl()
2688 struct nexthop_grp *entry = nla_data(grps_attr); in nexthop_create_group()