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 }, 47 [NHA_ID] = { .type = NLA_U32 }, 53 [NHA_ID] = { .type = NLA_U32 }, 72 [NHA_ID] = { .type = NLA_U32 }, 83 [NHA_ID] = { .type = NLA_U32 }, 938 if (nla_put_u32(skb, NHA_ID, nh->id)) in nh_fill_node() 1164 if (nla_put_u32(skb, NHA_ID, nh->id)) in nh_fill_res_bucket() 3065 if (tb[NHA_ID]) in rtm_to_nh_config() 3066 cfg->nh_id = nla_get_u32(tb[NHA_ID]); in rtm_to_nh_config() 3239 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
|