Home
last modified time | relevance | path

Searched refs:ska (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/unix/
Daf_unix.c1020 struct sock *ska=socka->sk, *skb = sockb->sk; in unix_socketpair() local
1023 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()