Home
last modified time | relevance | path

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

/openbmc/linux/net/unix/
H A Daf_unix.c1416 struct sock *old_peer = unix_peer(sk); in unix_dgram_connect() local
1421 unix_dgram_peer_wake_disconnect_wakeup(sk, old_peer); in unix_dgram_connect()
1425 if (other != old_peer) { in unix_dgram_connect()
1426 unix_dgram_disconnected(sk, old_peer); in unix_dgram_connect()
1428 unix_state_lock(old_peer); in unix_dgram_connect()
1429 if (!unix_peer(old_peer)) in unix_dgram_connect()
1430 WRITE_ONCE(old_peer->sk_state, TCP_CLOSE); in unix_dgram_connect()
1431 unix_state_unlock(old_peer); in unix_dgram_connect()
1434 sock_put(old_peer); in unix_dgram_connect()