Home
last modified time | relevance | path

Searched refs:atm_mpoa_ops (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/atm/
Dmpc.h48 struct atm_mpoa_ops { struct
55 extern struct atm_mpoa_ops *atm_mpoa_ops; argument
57 void atm_mpoa_ops_set(struct atm_mpoa_ops *hook);
Dcommon.c67 struct atm_mpoa_ops *atm_mpoa_ops; variable
70 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 …]
Dmpc.c1401 static struct atm_mpoa_ops __atm_mpoa_ops = {