Searched refs:create_persistent (Results 1 – 3 of 3) sorted by relevance
66 int (*create_persistent)(int itf); member
437 atm_tcp_ops.create_persistent = atmtcp_create_persistent; in init_module()446 atm_tcp_ops.create_persistent = NULL; in cleanup_module()
887 if (!atm_tcp_ops.create_persistent) { in vcc_ioctl()891 error = atm_tcp_ops.create_persistent((int) arg); in vcc_ioctl()