Lines Matching refs:ref
137 publ->ref = port_ref; in publ_create()
271 if ((publ->ref == port) && (publ->key == key) && in tipc_nameseq_insert_publ()
351 publ->ref, in tipc_nameseq_insert_publ()
370 u32 node, u32 ref, u32 key) in tipc_nameseq_remove_publ() argument
386 if ((publ->key == key) && (publ->ref == ref) && in tipc_nameseq_remove_publ()
423 publ->ref, in tipc_nameseq_remove_publ()
457 crs->ref, in tipc_nameseq_subscribe()
503 u32 node, u32 ref, u32 key) in tipc_nametbl_remove_publ() argument
511 publ = tipc_nameseq_remove_publ(seq, lower, node, ref, key); in tipc_nametbl_remove_publ()
535 u32 ref = 0; in tipc_nametbl_translate() local
593 ref = publ->ref; in tipc_nametbl_translate()
600 return ref; in tipc_nametbl_translate()
642 tipc_port_list_add(dports, publ->ref); in tipc_nametbl_mc_translate()
689 int tipc_nametbl_withdraw(u32 type, u32 lower, u32 ref, u32 key) in tipc_nametbl_withdraw() argument
695 publ = tipc_nametbl_remove_publ(type, lower, tipc_own_addr, ref, key); in tipc_nametbl_withdraw()
712 type, lower, ref, key); in tipc_nametbl_withdraw()
782 tipc_node(publ->node), publ->ref); in subseq_list()
970 publ->ref, publ->key); in tipc_purge_publications()