Home
last modified time | relevance | path

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

/linux/net/atm/
A Dsignaling.c41 if (test_bit(ATM_VF_RELEASED, &vcc->flags) || in modify_qos()
120 set_bit(ATM_VF_RELEASED, &vcc->flags); in sigd_send()
191 set_bit(ATM_VF_RELEASED, &vcc->flags); in purge_vcc()
A Dsvc.c57 if (test_bit(ATM_VF_RELEASED, &vcc->flags) || !sigd) in svc_disconnect()
242 while (!test_bit(ATM_VF_RELEASED, &vcc->flags) && in svc_connect()
249 clear_bit(ATM_VF_RELEASED, &vcc->flags); in svc_connect()
347 if (test_bit(ATM_VF_RELEASED, &old_vcc->flags)) in svc_accept()
442 test_bit(ATM_VF_RELEASED, &vcc->flags) || !sigd) { in svc_change_qos()
A Dcommon.c538 if (test_bit(ATM_VF_RELEASED, &vcc->flags) || in vcc_recvmsg()
586 if (test_bit(ATM_VF_RELEASED, &vcc->flags) || in vcc_sendmsg()
615 if (test_bit(ATM_VF_RELEASED, &vcc->flags) || in vcc_sendmsg()
666 if (test_bit(ATM_VF_RELEASED, &vcc->flags) || in vcc_poll()
A Dpppoatm.c311 if (test_bit(ATM_VF_RELEASED, &vcc->flags) || in pppoatm_send()
A Dbr2684.c314 if (test_bit(ATM_VF_RELEASED, &atmvcc->flags) || in br2684_start_xmit()
/linux/include/linux/
A Datmdev.h58 ATM_VF_RELEASED, /* demon has indicated/requested release, enumerator
75 test_bit(ATM_VF_RELEASED,&(flags)) ? ATM_VS_CLOSING : \

Completed in 11 milliseconds