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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dnode_subscr.c47 void tipc_nodesub_subscribe(struct tipc_node_subscr *node_sub, u32 addr, argument
51 node_sub->node = NULL;
55 node_sub->node = tipc_node_find(addr);
56 if (!node_sub->node) {
60 node_sub->handle_node_down = handle_down;
61 node_sub->usr_handle = usr_handle;
63 tipc_node_lock(node_sub->node);
64 list_add_tail(&node_sub->nodesub_list, &node_sub->node->nsub);
65 tipc_node_unlock(node_sub
72 tipc_nodesub_unsubscribe(struct tipc_node_subscr *node_sub) argument
[all...]
H A 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);

Completed in 122 milliseconds