Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/hwmon/
Dmax166811 David George <david.george@ska.ac.za>
/linux-4.1.27/net/unix/
Daf_unix.c1351 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair() local
1354 sock_hold(ska); in unix_socketpair()
1356 unix_peer(ska) = skb; in unix_socketpair()
1357 unix_peer(skb) = ska; in unix_socketpair()
1358 init_peercred(ska); in unix_socketpair()
1361 if (ska->sk_type != SOCK_DGRAM) { in unix_socketpair()
1362 ska->sk_state = TCP_ESTABLISHED; in unix_socketpair()