Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/hwmon/
Dmax166811 David George <david.george@ska.ac.za>
/linux-4.4.14/net/unix/
Daf_unix.c1383 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair() local
1386 sock_hold(ska); in unix_socketpair()
1388 unix_peer(ska) = skb; in unix_socketpair()
1389 unix_peer(skb) = ska; in unix_socketpair()
1390 init_peercred(ska); in unix_socketpair()
1393 if (ska->sk_type != SOCK_DGRAM) { in unix_socketpair()
1394 ska->sk_state = TCP_ESTABLISHED; in unix_socketpair()