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

/linux-master/include/uapi/linux/
H A Dnexthop.h40 NHA_GROUP, /* array of nexthop_grp */ enumerator in enum:__anon2815
42 /* if NHA_GROUP attribute is added, no other attributes can be set */
/linux-master/net/ipv4/
H A Dnexthop.c34 [NHA_GROUP] = { .type = NLA_BINARY },
885 nla = nla_reserve(skb, NHA_GROUP, len);
1265 unsigned int len = nla_len(tb[NHA_GROUP]);
1280 nhg = nla_data(tb[NHA_GROUP]);
1300 nhg = nla_data(tb[NHA_GROUP]);
3033 if (tb[NHA_GROUP])
3067 if (tb[NHA_GROUP]) {
3072 cfg->nh_grp = tb[NHA_GROUP];

Completed in 125 milliseconds