• Home
  • Raw
  • Download

Lines Matching refs:node

116 				       u32 scope, u32 node, u32 port_ref,  in publ_create()  argument
129 publ->node = node; in publ_create()
231 u32 node, u32 port, u32 key) in tipc_nameseq_insert_publ() argument
253 (!publ->node || (publ->node == node))) in tipc_nameseq_insert_publ()
309 publ = publ_create(type, lower, upper, scope, node, port, key); in tipc_nameseq_insert_publ()
316 if (in_own_cluster(net, node)) { in tipc_nameseq_insert_publ()
321 if (in_own_node(net, node)) { in tipc_nameseq_insert_publ()
330 publ->node, created_subseq); in tipc_nameseq_insert_publ()
348 u32 inst, u32 node, in tipc_nameseq_remove_publ() argument
366 (!publ->node || (publ->node == node))) in tipc_nameseq_remove_publ()
377 if (in_own_cluster(net, node)) { in tipc_nameseq_remove_publ()
383 if (in_own_node(net, node)) { in tipc_nameseq_remove_publ()
400 publ->node, removed_subseq); in tipc_nameseq_remove_publ()
434 crs->ref, crs->node, in tipc_nameseq_subscribe()
460 u32 node, u32 port, u32 key) in tipc_nametbl_insert_publ() argument
481 scope, node, port, key); in tipc_nametbl_insert_publ()
487 u32 lower, u32 node, u32 ref, in tipc_nametbl_remove_publ() argument
497 publ = tipc_nameseq_remove_publ(net, seq, lower, node, ref, key); in tipc_nametbl_remove_publ()
531 u32 node = 0; in tipc_nametbl_translate() local
589 node = publ->node; in tipc_nametbl_translate()
594 *destnode = node; in tipc_nametbl_translate()
805 tipc_nameseq_remove_publ(net, seq, publ->lower, publ->node, in tipc_purge_publications()
888 if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_NODE, p->node)) in __tipc_nl_add_nametable_publ()