TIPC_NLA_SOCK_REF
[TIPC_NLA_SOCK_REF] = { .type = NLA_U32 },
if (nla_put_u32(args, TIPC_NLA_SOCK_REF, sock)) {
sock_ref = nla_get_u32(sock[TIPC_NLA_SOCK_REF]);
if (nla_put_u32(skb, TIPC_NLA_SOCK_REF, tsk->portid) ||
if (!sock[TIPC_NLA_SOCK_REF])
tsk_portid = nla_get_u32(sock[TIPC_NLA_SOCK_REF]);