Searched refs:ATM_VF_RELEASED (Results 1 – 6 of 6) sorted by relevance
/linux/net/atm/ |
A D | signaling.c | 41 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 D | svc.c | 57 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 D | common.c | 538 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 D | pppoatm.c | 311 if (test_bit(ATM_VF_RELEASED, &vcc->flags) || in pppoatm_send()
|
A D | br2684.c | 314 if (test_bit(ATM_VF_RELEASED, &atmvcc->flags) || in br2684_start_xmit()
|
/linux/include/linux/ |
A D | atmdev.h | 58 ATM_VF_RELEASED, /* demon has indicated/requested release, enumerator 75 test_bit(ATM_VF_RELEASED,&(flags)) ? ATM_VS_CLOSING : \
|
Completed in 12 milliseconds