Home
last modified time | relevance | path

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

/linux/net/unix/
H A Daf_unix.c1807 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair() local
1821 sock_hold(ska); in unix_socketpair()
1823 unix_peer(ska) = skb; in unix_socketpair()
1824 unix_peer(skb) = ska; in unix_socketpair()
1825 init_peercred(ska, &ska_peercred); in unix_socketpair()
1828 ska->sk_state = TCP_ESTABLISHED; in unix_socketpair()