Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dlockstat.rst131 … unix_table_lock 5 [<ffffffff8150a09f>] unix_autobind+0x11f/0x1b0
136 … unix_table_lock 4 [<ffffffff8150a09f>] unix_autobind+0x11f/0x1b0
/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c888 static int unix_autobind(struct socket *sock) in unix_autobind() function
1051 err = unix_autobind(sock); in unix_bind()
1169 !unix_sk(sk)->addr && (err = unix_autobind(sock)) != 0) in unix_dgram_connect()
1271 (err = unix_autobind(sock)) != 0) in unix_stream_connect()
1724 && (err = unix_autobind(sock)) != 0) in unix_dgram_sendmsg()