Home
last modified time | relevance | path

Searched defs:isdn_ppp_compressor (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Disdn_ppp.h115 struct isdn_ppp_compressor { struct
116 struct isdn_ppp_compressor *next, *prev; argument
117 struct module *owner;
118 int num; /* CCP compression protocol number */
120 void *(*alloc) (struct isdn_ppp_comp_data *);
121 void (*free) (void *state);
122 int (*init) (void *state, struct isdn_ppp_comp_data *,
146 extern int isdn_ppp_register_compressor(struct isdn_ppp_compressor *); argument