Lines Matching refs:atm_tcp_ops
97 struct atm_tcp_ops atm_tcp_ops; variable
98 EXPORT_SYMBOL(atm_tcp_ops);
871 if (!atm_tcp_ops.attach) { in vcc_ioctl()
875 fops_get(&atm_tcp_ops); in vcc_ioctl()
876 error = atm_tcp_ops.attach(vcc, (int) arg); in vcc_ioctl()
880 fops_put(&atm_tcp_ops); in vcc_ioctl()
887 if (!atm_tcp_ops.create_persistent) { in vcc_ioctl()
891 error = atm_tcp_ops.create_persistent((int) arg); in vcc_ioctl()
893 fops_put(&atm_tcp_ops); in vcc_ioctl()
900 if (!atm_tcp_ops.remove_persistent) { in vcc_ioctl()
904 error = atm_tcp_ops.remove_persistent((int) arg); in vcc_ioctl()
905 fops_put(&atm_tcp_ops); in vcc_ioctl()