Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ppp/
Dppp_async.c104 static void ppp_async_process(struct tasklet_struct *t);
182 tasklet_setup(&ap->tsk, ppp_async_process); in ppp_asynctty_open()
481 static void ppp_async_process(struct tasklet_struct *t) in ppp_async_process() function