Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Disdn_ppp.h63 struct isdn_ppp_compressor { struct
64 struct isdn_ppp_compressor *next, *prev; argument
65 struct module *owner;
66 int num; /* CCP compression protocol number */
68 void *(*alloc) (struct isdn_ppp_comp_data *);
69 void (*free) (void *state);
70 int (*init) (void *state, struct isdn_ppp_comp_data *,
94 extern int isdn_ppp_register_compressor(struct isdn_ppp_compressor *); argument