Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dnexthop.h34 NHA_GROUP, /* array of nexthop_grp */ enumerator
/Linux-v5.4/net/ipv4/
Dnexthop.c28 [NHA_GROUP] = { .type = NLA_BINARY },
191 nla = nla_reserve(skb, NHA_GROUP, len); in nla_put_nh_group()
392 unsigned int len = nla_len(tb[NHA_GROUP]); in nh_check_attr_group()
405 nhg = nla_data(tb[NHA_GROUP]); in nh_check_attr_group()
423 nhg = nla_data(tb[NHA_GROUP]); in nh_check_attr_group()
435 for (i = NHA_GROUP + 1; i < __NHA_MAX; ++i) { in nh_check_attr_group()
1327 if (tb[NHA_GROUP]) in rtm_to_nh_config()
1353 if (tb[NHA_GROUP]) { in rtm_to_nh_config()
1358 cfg->nh_grp = tb[NHA_GROUP]; in rtm_to_nh_config()