Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dneighbour.c54 static void neigh_timer_handler(unsigned long arg);
293 setup_timer(&n->timer, neigh_timer_handler, (unsigned long)n); in neigh_alloc()
865 static void neigh_timer_handler(unsigned long arg) in neigh_timer_handler() function