TIPC_NLA_NET_NODEID
if (nla_put_u64_64bit(msg->skb, TIPC_NLA_NET_NODEID, *w0, 0))
if (attrs[TIPC_NLA_NET_NODEID]) {
*w0 = nla_get_u64(attrs[TIPC_NLA_NET_NODEID]);
[TIPC_NLA_NET_NODEID] = { .type = NLA_U64 },
if (attrs[TIPC_NLA_NET_NODEID]) {
*w0 = nla_get_u64(attrs[TIPC_NLA_NET_NODEID]);