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

/linux-master/include/uapi/linux/
H A Dnexthop.h16 struct nexthop_grp { struct
40 NHA_GROUP, /* array of nexthop_grp */
/linux-master/net/ipv4/
H A Dnexthop.c871 struct nexthop_grp *p;
1004 size_t sz = sizeof(struct nexthop_grp) * nhg->num_nh;
1267 struct nexthop_grp *nhg;
1271 if (!len || len & (sizeof(struct nexthop_grp) - 1)) {
1283 NL_SET_ERR_MSG(extack, "Reserved fields in nexthop_grp must be 0");
2662 struct nexthop_grp *entry = nla_data(grps_attr);

Completed in 154 milliseconds