Home
last modified time | relevance | path

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

/linux/net/unix/
H A Daf_unix.c1817 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair() local
1831 sock_hold(ska); in unix_socketpair()
1833 unix_peer(ska) = skb; in unix_socketpair()
1834 unix_peer(skb) = ska; in unix_socketpair()
1835 init_peercred(ska, &ska_peercred); in unix_socketpair()
1838 ska->sk_state = TCP_ESTABLISHED; in unix_socketpair()