Lines Matching refs:NHA_ID
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()
3269 err = nh_valid_dump_nhid(tb[NHA_ID], &filter->nh_id, cb->extack); in nh_valid_dump_bucket_req()