Home
last modified time | relevance | path

Searched refs:slhc_init (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/net/
H A Dslhc_vj.h175 struct slcompress *slhc_init(int rslots, int tslots);
/openbmc/linux/drivers/net/slip/
H A Dslhc.c92 slhc_init(int rslots, int tslots) in slhc_init() function
750 slhc_init(int rslots, int tslots) in slhc_init() function
759 EXPORT_SYMBOL(slhc_init);
H A Dslip.c167 slcomp = slhc_init(16, 16); in sl_alloc_bufs()
/openbmc/linux/drivers/net/ppp/
H A Dppp_generic.c904 vj = slhc_init(val2+1, val+1); in ppp_ioctl()