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