Home
last modified time | relevance | path

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

/linux-6.1.9/net/ax25/
Dax25_ds_timer.c29 static void ax25_ds_timeout(struct timer_list *);
41 timer_setup(&ax25_dev->dama.slave_timer, ax25_ds_timeout, 0); in ax25_ds_setup_timer()
65 static void ax25_ds_timeout(struct timer_list *t) in ax25_ds_timeout() function