Searched refs:ska (Results 1 – 1 of 1) sorted by relevance
1020 struct sock *ska=socka->sk, *skb = sockb->sk; in unix_socketpair() local1023 sock_hold(ska); in unix_socketpair()1025 unix_peer(ska)=skb; in unix_socketpair()1026 unix_peer(skb)=ska; in unix_socketpair()1027 ska->peercred.pid = skb->peercred.pid = current->pid; in unix_socketpair()1028 ska->peercred.uid = skb->peercred.uid = current->euid; in unix_socketpair()1029 ska->peercred.gid = skb->peercred.gid = current->egid; in unix_socketpair()1031 if (ska->type != SOCK_DGRAM) in unix_socketpair()1033 ska->state=TCP_ESTABLISHED; in unix_socketpair()