Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dnode_subscr.c45 void tipc_nodesub_subscribe(struct tipc_node_subscr *node_sub, u32 addr, in tipc_nodesub_subscribe() argument
49 node_sub->node = NULL; in tipc_nodesub_subscribe()
53 node_sub->node = tipc_node_find(addr); in tipc_nodesub_subscribe()
54 if (!node_sub->node) { in tipc_nodesub_subscribe()
58 node_sub->handle_node_down = handle_down; in tipc_nodesub_subscribe()
59 node_sub->usr_handle = usr_handle; in tipc_nodesub_subscribe()
61 tipc_node_lock(node_sub->node); in tipc_nodesub_subscribe()
62 list_add_tail(&node_sub->nodesub_list, &node_sub->node->nsub); in tipc_nodesub_subscribe()
63 tipc_node_unlock(node_sub->node); in tipc_nodesub_subscribe()
70 void tipc_nodesub_unsubscribe(struct tipc_node_subscr *node_sub) in tipc_nodesub_unsubscribe() argument
[all …]
Dnode_subscr.h59 void tipc_nodesub_subscribe(struct tipc_node_subscr *node_sub, u32 addr,
61 void tipc_nodesub_unsubscribe(struct tipc_node_subscr *node_sub);