Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dnexthop.h93 NHA_RES_BUCKET_INDEX, enumerator
/openbmc/linux/net/ipv4/
H A Dnexthop.c76 [NHA_RES_BUCKET_INDEX] = { .type = NLA_U16 },
943 if (nla_put_u16(skb, NHA_RES_BUCKET_INDEX, bucket_index) || in nh_fill_res_bucket()
3464 if (!tb[NHA_RES_BUCKET_INDEX]) { in nh_valid_get_bucket_req_res_bucket()
3469 *bucket_index = nla_get_u16(tb[NHA_RES_BUCKET_INDEX]); in nh_valid_get_bucket_req_res_bucket()
/openbmc/linux/Documentation/networking/
H A Dnexthop-group-resilient.rst212 ``NHA_RES_BUCKET_INDEX`` Index of bucket in the resilient table.