Searched refs:NHA_ID (Results 1 – 3 of 3) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | nexthop.h | 46 NHA_ID, /* u32; id for nexthop. id == 0 means auto-assign */ enumerator
|
| /linux/net/ipv4/ |
| H A D | nexthop.c | 33 [NHA_ID] = { .type = NLA_U32 }, 48 [NHA_ID] = { .type = NLA_U32 }, 54 [NHA_ID] = { .type = NLA_U32 }, 73 [NHA_ID] = { .type = NLA_U32 }, 84 [NHA_ID] = { .type = NLA_U32 }, 936 if (nla_put_u32(skb, NHA_ID, nh->id)) in nh_fill_node() 1183 if (nla_put_u32(skb, NHA_ID, nh->id)) in nh_fill_res_bucket() 3152 if (tb[NHA_ID]) in rtm_to_nh_config() 3153 cfg->nh_id = nla_get_u32(tb[NHA_ID]); in rtm_to_nh_config() 3371 if (!tb[NHA_ID]) { in nh_valid_get_del_req() [all …]
|
| /linux/Documentation/networking/ |
| H A 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
|