Lines Matching refs:ref
141 publ->ref = port_ref; in publ_create()
368 publ->ref, in tipc_nameseq_insert_publ()
388 u32 node, u32 ref, u32 key) in tipc_nameseq_remove_publ() argument
408 while ((publ->key != key) || (publ->ref != ref) || in tipc_nameseq_remove_publ()
444 publ->ref, publ->key); in tipc_nameseq_remove_publ()
475 publ->ref, publ->key); in tipc_nameseq_remove_publ()
506 publ->ref, in tipc_nameseq_remove_publ()
540 crs->ref, in tipc_nameseq_subscribe()
596 u32 node, u32 ref, u32 key) in tipc_nametbl_remove_publ() argument
605 publ = tipc_nameseq_remove_publ(seq, lower, node, ref, key); in tipc_nametbl_remove_publ()
628 u32 ref; in tipc_nametbl_translate() local
648 ref = publ->ref; in tipc_nametbl_translate()
652 return ref; in tipc_nametbl_translate()
733 tipc_port_list_add(dports, publ->ref); in tipc_nametbl_mc_translate()
752 int tipc_nametbl_publish_rsv(u32 ref, unsigned int scope, in tipc_nametbl_publish_rsv() argument
758 res = tipc_publish(ref, scope, seq); in tipc_nametbl_publish_rsv()
798 int tipc_nametbl_withdraw(u32 type, u32 lower, u32 ref, u32 key) in tipc_nametbl_withdraw() argument
804 publ = tipc_nametbl_remove_publ(type, lower, tipc_own_addr, ref, key); in tipc_nametbl_withdraw()
817 type, lower, ref, key); in tipc_nametbl_withdraw()
893 tipc_node(publ->node), publ->ref); in subseq_list()