Home
last modified time | relevance | path

Searched refs:NHA_GROUP_TYPE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dnexthop.h38 NHA_GROUP_TYPE, /* u16 one of NEXTHOP_GRP_TYPE */ enumerator
/openbmc/linux/net/ipv4/
H A Dnexthop.c32 [NHA_GROUP_TYPE] = { .type = NLA_U16 },
670 if (nla_put_u16(skb, NHA_GROUP_TYPE, group_type)) in nla_put_nh_group()
1103 for (i = NHA_GROUP_TYPE + 1; i < tb_size; ++i) { in nh_check_attr_group()
2837 if (tb[NHA_GROUP_TYPE]) in rtm_to_nh_config()
2838 cfg->nh_grp_type = nla_get_u16(tb[NHA_GROUP_TYPE]); in rtm_to_nh_config()
/openbmc/linux/Documentation/networking/
H A Dnexthop-group-resilient.rst171 ``NHA_GROUP_TYPE`` Should be ``NEXTHOP_GRP_TYPE_RES`` for resilient group.