Searched refs:ATM_VF_RELEASED (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/net/atm/ |
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()
|
D | svc.c | 62 if (test_bit(ATM_VF_RELEASED, &vcc->flags) || !sigd) in svc_disconnect() 247 while (!test_bit(ATM_VF_RELEASED, &vcc->flags) && in svc_connect() 254 clear_bit(ATM_VF_RELEASED, &vcc->flags); in svc_connect() 352 if (test_bit(ATM_VF_RELEASED, &old_vcc->flags)) in svc_accept() 447 test_bit(ATM_VF_RELEASED, &vcc->flags) || !sigd) { in svc_change_qos()
|
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()
|
D | pppoatm.c | 311 if (test_bit(ATM_VF_RELEASED, &vcc->flags) || in pppoatm_send()
|
D | br2684.c | 314 if (test_bit(ATM_VF_RELEASED, &atmvcc->flags) || in br2684_start_xmit()
|
/linux-6.6.21/include/linux/ |
D | atmdev.h | 58 ATM_VF_RELEASED, /* demon has indicated/requested release, enumerator 75 test_bit(ATM_VF_RELEASED,&(flags)) ? ATM_VS_CLOSING : \
|