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()
337 publ->ref, in tipc_nameseq_insert_publ()
358 u32 ref, u32 key) in tipc_nameseq_remove_publ() argument
374 if ((publ->key == key) && (publ->ref == ref) && in tipc_nameseq_remove_publ()
411 publ->ref, in tipc_nameseq_remove_publ()
445 crs->ref, in tipc_nameseq_subscribe()
499 u32 lower, u32 node, u32 ref, in tipc_nametbl_remove_publ() argument
509 publ = tipc_nameseq_remove_publ(net, seq, lower, node, ref, key); in tipc_nametbl_remove_publ()
542 u32 ref = 0; in tipc_nametbl_translate() local
600 ref = publ->ref; in tipc_nametbl_translate()
607 return ref; in tipc_nametbl_translate()
648 tipc_plist_push(dports, publ->ref); in tipc_nametbl_mc_translate()
697 int tipc_nametbl_withdraw(struct net *net, u32 type, u32 lower, u32 ref, in tipc_nametbl_withdraw() argument
706 ref, key); in tipc_nametbl_withdraw()
717 type, lower, ref, key); in tipc_nametbl_withdraw()
815 publ->ref, publ->key); in tipc_purge_publications()
899 if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_REF, p->ref)) in __tipc_nl_add_nametable_publ()