Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnexthop.h72 NHA_RES_BUCKET, enumerator
/linux/Documentation/networking/
H A Dnexthop-group-resilient.rst206 ``NHA_RES_BUCKET`` A nest that contains attributes specific to bucket.
209 ``NHA_RES_BUCKET`` payload:
229 ``NHA_RES_BUCKET`` A nest that contains attributes specific to bucket.
232 ``NHA_RES_BUCKET`` payload:
/linux/net/ipv4/
H A Dnexthop.c75 [NHA_RES_BUCKET] = { .type = NLA_NESTED },
84 [NHA_RES_BUCKET] = { .type = NLA_NESTED },
1179 nest = nla_nest_start(skb, NHA_RES_BUCKET); in nh_fill_res_bucket()
3716 if (tb[NHA_RES_BUCKET]) {
3720 tb[NHA_RES_BUCKET], in rtm_dump_res_bucket_ctx()
3885 if (!tb[NHA_RES_BUCKET]) { in rtm_get_nexthop_bucket()
3890 err = nh_valid_get_bucket_req_res_bucket(tb[NHA_RES_BUCKET], in rtm_get_nexthop_bucket()