Lines Matching refs:ref
135 publ->ref = port_ref; in publ_create()
257 if ((publ->ref == port) && (publ->key == key) && in tipc_nameseq_insert_publ()
334 TIPC_PUBLISHED, publ->ref, in tipc_nameseq_insert_publ()
354 u32 ref, u32 key) in tipc_nameseq_remove_publ() argument
370 if ((publ->key == key) && (publ->ref == ref) && in tipc_nameseq_remove_publ()
404 TIPC_WITHDRAWN, publ->ref, in tipc_nameseq_remove_publ()
436 crs->ref, crs->node, in tipc_nameseq_subscribe()
489 u32 lower, u32 node, u32 ref, in tipc_nametbl_remove_publ() argument
499 publ = tipc_nameseq_remove_publ(net, seq, lower, node, ref, key); in tipc_nametbl_remove_publ()
532 u32 ref = 0; in tipc_nametbl_translate() local
590 ref = publ->ref; in tipc_nametbl_translate()
597 return ref; in tipc_nametbl_translate()
638 tipc_plist_push(dports, publ->ref); in tipc_nametbl_mc_translate()
687 int tipc_nametbl_withdraw(struct net *net, u32 type, u32 lower, u32 ref, in tipc_nametbl_withdraw() argument
696 ref, key); in tipc_nametbl_withdraw()
707 type, lower, ref, key); in tipc_nametbl_withdraw()
805 publ->ref, publ->key); in tipc_purge_publications()
889 if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_REF, p->ref)) in __tipc_nl_add_nametable_publ()