Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dnode_subscr.c58 node_sub->handle_node_down = handle_down; in tipc_nodesub_subscribe()
91 if (ns->handle_node_down) { in tipc_nodesub_notify()
92 tipc_k_signal((Handler)ns->handle_node_down, in tipc_nodesub_notify()
94 ns->handle_node_down = NULL; in tipc_nodesub_notify()
Dnode_subscr.h54 net_ev_handler handle_node_down; member