net/ipv4/nexthop.c
1161
if (nla_put_u32(skb, NHA_ID, nh->id))
net/ipv4/nexthop.c
3093
if (tb[NHA_ID])
net/ipv4/nexthop.c
3094
cfg->nh_id = nla_get_u32(tb[NHA_ID]);
net/ipv4/nexthop.c
33
[NHA_ID] = { .type = NLA_U32 },
net/ipv4/nexthop.c
3303
if (!tb[NHA_ID]) {
net/ipv4/nexthop.c
3308
*id = nla_get_u32(tb[NHA_ID]);
net/ipv4/nexthop.c
3671
err = nh_valid_dump_nhid(tb[NHA_ID], &filter->nh_id, cb->extack);
net/ipv4/nexthop.c
47
[NHA_ID] = { .type = NLA_U32 },
net/ipv4/nexthop.c
53
[NHA_ID] = { .type = NLA_U32 },
net/ipv4/nexthop.c
72
[NHA_ID] = { .type = NLA_U32 },
net/ipv4/nexthop.c
83
[NHA_ID] = { .type = NLA_U32 },
net/ipv4/nexthop.c
936
if (nla_put_u32(skb, NHA_ID, nh->id))