Searched refs:ATM_VF_CLOSE (Results 1 – 2 of 2) sorted by relevance
174 set_bit(ATM_VF_CLOSE, &vcc->flags); in vcc_destroy_socket()213 set_bit(ATM_VF_CLOSE, &vcc->flags); in vcc_release_async()526 if (test_bit(ATM_VF_CLOSE, &vcc->flags) || in vcc_recvmsg()573 if (test_bit(ATM_VF_CLOSE, &vcc->flags) || in vcc_sendmsg()601 if (test_bit(ATM_VF_CLOSE, &vcc->flags) || in vcc_sendmsg()655 if (test_bit(ATM_VF_CLOSE, &vcc->flags)) in vcc_poll()
55 ATM_VF_CLOSE, /* asynchronous close - VC is being torn down */ enumerator