Searched refs:NHA_ID (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/uapi/linux/ |
D | nexthop.h | 35 NHA_ID, /* u32; id for nexthop. id == 0 means auto-assign */ enumerator
|
/linux-6.6.21/net/ipv4/ |
D | nexthop.c | 30 [NHA_ID] = { .type = NLA_U32 }, 43 [NHA_ID] = { .type = NLA_U32 }, 60 [NHA_ID] = { .type = NLA_U32 }, 71 [NHA_ID] = { .type = NLA_U32 }, 713 if (nla_put_u32(skb, NHA_ID, nh->id)) in nh_fill_node() 936 if (nla_put_u32(skb, NHA_ID, nh->id)) in nh_fill_res_bucket() 2813 if (tb[NHA_ID]) in rtm_to_nh_config() 2814 cfg->nh_id = nla_get_u32(tb[NHA_ID]); in rtm_to_nh_config() 2980 if (!tb[NHA_ID]) { in __nh_valid_get_del_req() 2985 *id = nla_get_u32(tb[NHA_ID]); in __nh_valid_get_del_req() [all …]
|
/linux-6.6.21/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
|