Searched refs:atm_mpoa_ops (Results 1 – 3 of 3) sorted by relevance
48 struct atm_mpoa_ops { struct55 extern struct atm_mpoa_ops *atm_mpoa_ops; argument57 void atm_mpoa_ops_set(struct atm_mpoa_ops *hook);
67 struct atm_mpoa_ops *atm_mpoa_ops; variable70 void atm_mpoa_ops_set(struct atm_mpoa_ops *hook) in atm_mpoa_ops_set()73 atm_mpoa_ops = hook; in atm_mpoa_ops_set()80 if (atm_mpoa_ops && try_inc_mod_count(atm_mpoa_ops->owner)) { in try_atm_mpoa_ops()88 EXPORT_SYMBOL(atm_mpoa_ops);840 if (!atm_mpoa_ops) in vcc_ioctl()844 error = atm_mpoa_ops->mpoad_attach(vcc, (int) arg); in vcc_ioctl()845 if (atm_mpoa_ops->owner) in vcc_ioctl()846 __MOD_DEC_USE_COUNT(atm_mpoa_ops->owner); in vcc_ioctl()858 error = atm_mpoa_ops->vcc_attach(vcc, arg); in vcc_ioctl()[all …]
1401 static struct atm_mpoa_ops __atm_mpoa_ops = {