Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dnode.c161 static void tipc_node_timeout(struct timer_list *t);
427 timer_setup(&n->timer, tipc_node_timeout, 0); in tipc_node_create()
607 static void tipc_node_timeout(struct timer_list *t) in tipc_node_timeout() function