Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/hwmon/
Dmax166811 David George <david.george@ska.ac.za>
/Linux-v4.19/net/unix/
Daf_unix.c1378 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair() local
1381 sock_hold(ska); in unix_socketpair()
1383 unix_peer(ska) = skb; in unix_socketpair()
1384 unix_peer(skb) = ska; in unix_socketpair()
1385 init_peercred(ska); in unix_socketpair()
1388 if (ska->sk_type != SOCK_DGRAM) { in unix_socketpair()
1389 ska->sk_state = TCP_ESTABLISHED; in unix_socketpair()