Lines Matching defs:dnode
532 * On entry, 'dnode' is the search domain used during translation.
535 * - if translation is deferred to another node, leave 'dnode' unchanged and
537 * - if translation is attempted and succeeds, set 'dnode' to the publishing
539 * - if translation is attempted and fails, set 'dnode' to 0 and return 0
542 * 'closest-first' lookup algorithm must be maintained, i.e., if dnode is 0
545 u32 tipc_nametbl_translate(struct net *net, u32 type, u32 instance, u32 *dnode)
557 if (!tipc_in_scope(legacy, *dnode, self))
568 if (*dnode == self) {
575 } else if (legacy && !*dnode && !list_empty(&sr->local_publ)) {
597 *dnode = node;