Home
last modified time | relevance | path

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

/linux-6.15/net/unix/
H A Daf_unix.c1468 struct sock *old_peer = unix_peer(sk); in unix_dgram_connect() local
1473 unix_dgram_peer_wake_disconnect_wakeup(sk, old_peer); in unix_dgram_connect()
1477 if (other != old_peer) { in unix_dgram_connect()
1478 unix_dgram_disconnected(sk, old_peer); in unix_dgram_connect()
1480 unix_state_lock(old_peer); in unix_dgram_connect()
1481 if (!unix_peer(old_peer)) in unix_dgram_connect()
1482 WRITE_ONCE(old_peer->sk_state, TCP_CLOSE); in unix_dgram_connect()
1483 unix_state_unlock(old_peer); in unix_dgram_connect()
1486 sock_put(old_peer); in unix_dgram_connect()