Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dnexthop.h37 NHA_GROUP, /* array of nexthop_grp */ enumerator
/Linux-v5.15/net/ipv4/
Dnexthop.c30 [NHA_GROUP] = { .type = NLA_BINARY },
672 nla = nla_reserve(skb, NHA_GROUP, len); in nla_put_nh_group()
1046 unsigned int len = nla_len(tb[NHA_GROUP]); in nh_check_attr_group()
1061 nhg = nla_data(tb[NHA_GROUP]); in nh_check_attr_group()
1081 nhg = nla_data(tb[NHA_GROUP]); in nh_check_attr_group()
2747 if (tb[NHA_GROUP]) in rtm_to_nh_config()
2781 if (tb[NHA_GROUP]) { in rtm_to_nh_config()
2786 cfg->nh_grp = tb[NHA_GROUP]; in rtm_to_nh_config()