Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dnexthop.h34 NHA_GROUP, /* array of nexthop_grp */ enumerator
/Linux-v5.10/net/ipv4/
Dnexthop.c27 [NHA_GROUP] = { .type = NLA_BINARY },
207 nla = nla_reserve(skb, NHA_GROUP, len); in nla_put_nh_group()
440 unsigned int len = nla_len(tb[NHA_GROUP]); in nh_check_attr_group()
455 nhg = nla_data(tb[NHA_GROUP]); in nh_check_attr_group()
475 nhg = nla_data(tb[NHA_GROUP]); in nh_check_attr_group()
1485 if (tb[NHA_GROUP]) in rtm_to_nh_config()
1524 if (tb[NHA_GROUP]) { in rtm_to_nh_config()
1529 cfg->nh_grp = tb[NHA_GROUP]; in rtm_to_nh_config()