Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dslhc_vj.h175 struct slcompress *slhc_init(int rslots, int tslots);
/linux-6.12.1/drivers/net/slip/
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);
Dslip.c167 slcomp = slhc_init(16, 16); in sl_alloc_bufs()
/linux-6.12.1/drivers/net/ppp/
Dppp_generic.c895 vj = slhc_init(val2+1, val+1); in ppp_ioctl()