Searched refs:node_sub (Results 1 – 2 of 2) sorted by relevance
47 void tipc_nodesub_subscribe(struct tipc_node_subscr *node_sub, u32 addr, in tipc_nodesub_subscribe() argument51 node_sub->node = NULL; in tipc_nodesub_subscribe()55 node_sub->node = tipc_node_find(addr); in tipc_nodesub_subscribe()56 if (!node_sub->node) { in tipc_nodesub_subscribe()60 node_sub->handle_node_down = handle_down; in tipc_nodesub_subscribe()61 node_sub->usr_handle = usr_handle; in tipc_nodesub_subscribe()63 tipc_node_lock(node_sub->node); in tipc_nodesub_subscribe()64 list_add_tail(&node_sub->nodesub_list, &node_sub->node->nsub); in tipc_nodesub_subscribe()65 tipc_node_unlock(node_sub->node); in tipc_nodesub_subscribe()72 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);