Searched refs:NHA_ID (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/include/uapi/linux/ |
| D | nexthop.h | 35 NHA_ID, /* u32; id for nexthop. id == 0 means auto-assign */ enumerator
|
| /Linux-v5.15/net/ipv4/ |
| D | nexthop.c | 29 [NHA_ID] = { .type = NLA_U32 }, 42 [NHA_ID] = { .type = NLA_U32 }, 59 [NHA_ID] = { .type = NLA_U32 }, 70 [NHA_ID] = { .type = NLA_U32 }, 712 if (nla_put_u32(skb, NHA_ID, nh->id)) in nh_fill_node() 935 if (nla_put_u32(skb, NHA_ID, nh->id)) in nh_fill_res_bucket() 2765 if (tb[NHA_ID]) in rtm_to_nh_config() 2766 cfg->nh_id = nla_get_u32(tb[NHA_ID]); in rtm_to_nh_config() 2932 if (!tb[NHA_ID]) { in __nh_valid_get_del_req() 2937 *id = nla_get_u32(tb[NHA_ID]); in __nh_valid_get_del_req() [all …]
|
| /Linux-v5.15/Documentation/networking/ |
| D | nexthop-group-resilient.rst | 205 ``NHA_ID`` ID of the next-hop group that the bucket belongs to. 223 ``NHA_ID`` If specified, limits the dump to just the next-hop group
|