Home
last modified time | relevance | path

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

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