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