Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/unix/
Daf_unix.c805 struct sock *old_peer = unix_peer(sk); in unix_dgram_connect() local
809 if (other != old_peer) in unix_dgram_connect()
810 unix_dgram_disconnected(sk, old_peer); in unix_dgram_connect()
811 sock_put(old_peer); in unix_dgram_connect()