Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/ceph/
Dmessenger.h123 atomic_t sock_state; member
/linux-3.4.99/net/ceph/
Dmessenger.c224 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CLOSED); in con_sock_state_init()
235 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CONNECTING); in con_sock_state_connecting()
246 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CONNECTED); in con_sock_state_connected()
257 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CLOSING); in con_sock_state_closing()
270 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CLOSED); in con_sock_state_closed()