tipc_sk_withdraw
static int tipc_sk_withdraw(struct tipc_sock *tsk, struct tipc_uaddr *ua);
tipc_sk_withdraw(tsk, &ua);
tipc_sk_withdraw(tsk, NULL);
return tipc_sk_withdraw(tsk, NULL);
return tipc_sk_withdraw(tsk, ua);