Searched refs:ATM_SETBACKEND (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | atmdev.h | 98 #define ATM_SETBACKEND _IOW('a',ATMIOC_SPECIAL+2,atm_backend_t) macro 112 * These are backend handkers that can be set via the ATM_SETBACKEND call
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | atmdev.h | 98 #define ATM_SETBACKEND _IOW('a',ATMIOC_SPECIAL+2,atm_backend_t) macro 108 * These are backend handkers that can be set via the ATM_SETBACKEND call
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | atmdev.h | 61 #define ATM_SETBACKEND _IOW('a', ATMIOC_SPECIAL + 2, atm_backend_t) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | atmdev.h | 61 #define ATM_SETBACKEND _IOW('a', ATMIOC_SPECIAL + 2, atm_backend_t) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | atmdev.h | 80 #define ATM_SETBACKEND _IOW('a',ATMIOC_SPECIAL+2,atm_backend_t) macro
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | pppoatm.c | 448 if (cmd != ATM_SETBACKEND && atmvcc->push != pppoatm_push) in pppoatm_ioctl() 451 case ATM_SETBACKEND: { in pppoatm_ioctl()
|
H A D | ioctl.c | 124 case ATM_SETBACKEND: in do_vcc_ioctl()
|
H A D | br2684.c | 729 case ATM_SETBACKEND: in br2684_ioctl() 738 if (cmd == ATM_SETBACKEND) { in br2684_ioctl()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | pppoatm.c | 445 if (cmd != ATM_SETBACKEND && atmvcc->push != pppoatm_push) in pppoatm_ioctl() 448 case ATM_SETBACKEND: { in pppoatm_ioctl()
|
H A D | ioctl.c | 124 case ATM_SETBACKEND: in do_vcc_ioctl()
|
H A D | br2684.c | 731 case ATM_SETBACKEND: in br2684_ioctl() 740 if (cmd == ATM_SETBACKEND) { in br2684_ioctl()
|
Completed in 8 milliseconds