Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/slip/
H A Dslip.c110 static void sl_keepalive(struct timer_list *t);
771 timer_setup(&sl->keepalive_timer, sl_keepalive, 0);
1410 static void sl_keepalive(struct timer_list *t) function