Home
last modified time | relevance | path

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

/linux-4.1.27/net/decnet/
Ddn_timer.c36 static void dn_slow_timer(unsigned long arg);
40 setup_timer(&sk->sk_timer, dn_slow_timer, (unsigned long)sk); in dn_start_slow_timer()
49 static void dn_slow_timer(unsigned long arg) in dn_slow_timer() function