Home
last modified time | relevance | path

Searched refs:otheru (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/unix/
H A Daf_unix.c1254 struct unix_sock *u = unix_sk(sk), *newu, *otheru; in unix_stream_connect() local
1377 otheru = unix_sk(other); in unix_stream_connect()
1381 * The contents of *(otheru->addr) and otheru->path in unix_stream_connect()
1383 * otheru in hash under unix_table_lock. Insertion in unix_stream_connect()
1386 * the same one where we'd set *(otheru->addr) contents, in unix_stream_connect()
1387 * as well as otheru->path and otheru->addr itself. in unix_stream_connect()
1396 if (otheru->path.dentry) { in unix_stream_connect()
1397 path_get(&otheru in unix_stream_connect()
[all...]
/kernel/linux/linux-6.6/net/unix/
H A Daf_unix.c1478 struct unix_sock *u = unix_sk(sk), *newu, *otheru; in unix_stream_connect() local
1607 otheru = unix_sk(other); in unix_stream_connect()
1611 * The contents of *(otheru->addr) and otheru->path in unix_stream_connect()
1613 * otheru in hash under its lock. Insertion into the in unix_stream_connect()
1616 * the same one where we'd set *(otheru->addr) contents, in unix_stream_connect()
1617 * as well as otheru->path and otheru->addr itself. in unix_stream_connect()
1626 if (otheru->path.dentry) { in unix_stream_connect()
1627 path_get(&otheru in unix_stream_connect()
[all...]

Completed in 6 milliseconds