Home
last modified time | relevance | path

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

/linux-4.4.14/net/unix/
Daf_unix.c1381 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() argument
1383 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair()
1397 sockb->state = SS_CONNECTED; in unix_socketpair()