Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dnexthop.h37 NHA_GROUP, /* array of nexthop_grp */ enumerator
/openbmc/linux/net/ipv4/
H A Dnexthop.c31 [NHA_GROUP] = { .type = NLA_BINARY },
673 nla = nla_reserve(skb, NHA_GROUP, len); in nla_put_nh_group()
1048 unsigned int len = nla_len(tb[NHA_GROUP]); in nh_check_attr_group()
1063 nhg = nla_data(tb[NHA_GROUP]); in nh_check_attr_group()
1083 nhg = nla_data(tb[NHA_GROUP]); in nh_check_attr_group()
2796 if (tb[NHA_GROUP]) in rtm_to_nh_config()
2830 if (tb[NHA_GROUP]) { in rtm_to_nh_config()
2835 cfg->nh_grp = tb[NHA_GROUP]; in rtm_to_nh_config()