Home
last modified time | relevance | path

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

/linux/net/atm/
H A Dcommon.h37 int atm_proc_init(void);
40 static inline int atm_proc_init(void) in atm_proc_init() function
H A Dproc.c33 #include "common.h" /* atm_proc_init prototype */
382 int __init atm_proc_init(void) in atm_proc_init() function
H A Dcommon.c858 error = atm_proc_init(); in atm_init()
860 pr_err("atm_proc_init() failed with %d\n", error); in atm_init()