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()
1047 unsigned int len = nla_len(tb[NHA_GROUP]); in nh_check_attr_group()
1062 nhg = nla_data(tb[NHA_GROUP]); in nh_check_attr_group()
1082 nhg = nla_data(tb[NHA_GROUP]); in nh_check_attr_group()
2795 if (tb[NHA_GROUP]) in rtm_to_nh_config()
2829 if (tb[NHA_GROUP]) { in rtm_to_nh_config()
2834 cfg->nh_grp = tb[NHA_GROUP]; in rtm_to_nh_config()