Searched refs:node_sub (Results 1 – 2 of 2) sorted by relevance
45 void tipc_nodesub_subscribe(struct tipc_node_subscr *node_sub, u32 addr, in tipc_nodesub_subscribe() argument49 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 …]
59 void tipc_nodesub_subscribe(struct tipc_node_subscr *node_sub, u32 addr,61 void tipc_nodesub_unsubscribe(struct tipc_node_subscr *node_sub);