Lines Matching refs:atm_clip_ops
104 struct atm_clip_ops *atm_clip_ops; variable
107 void atm_clip_ops_set(struct atm_clip_ops *hook) in atm_clip_ops_set()
110 atm_clip_ops = hook; in atm_clip_ops_set()
117 if (atm_clip_ops && try_inc_mod_count(atm_clip_ops->owner)) { in try_atm_clip_ops()
126 EXPORT_SYMBOL(atm_clip_ops);
728 error = atm_clip_ops->clip_create(arg); in vcc_ioctl()
729 if (atm_clip_ops->owner) in vcc_ioctl()
730 __MOD_DEC_USE_COUNT(atm_clip_ops->owner); in vcc_ioctl()
740 if (!atm_clip_ops) in vcc_ioctl()
744 error = atm_clip_ops->atm_init_atmarp(vcc); in vcc_ioctl()
745 if (atm_clip_ops->owner) in vcc_ioctl()
746 __MOD_DEC_USE_COUNT(atm_clip_ops->owner); in vcc_ioctl()
758 error = atm_clip_ops->clip_mkip(vcc, arg); in vcc_ioctl()
759 if (atm_clip_ops->owner) in vcc_ioctl()
760 __MOD_DEC_USE_COUNT(atm_clip_ops->owner); in vcc_ioctl()
770 error = atm_clip_ops->clip_setentry(vcc, arg); in vcc_ioctl()
771 if (atm_clip_ops->owner) in vcc_ioctl()
772 __MOD_DEC_USE_COUNT(atm_clip_ops->owner); in vcc_ioctl()
782 error = atm_clip_ops->clip_encap(vcc, arg); in vcc_ioctl()
783 if (atm_clip_ops->owner) in vcc_ioctl()
784 __MOD_DEC_USE_COUNT(atm_clip_ops->owner); in vcc_ioctl()