Lines Matching defs:nt
89 struct name_table *nt = tipc_name_table(net);
94 list_add_tail_rcu(&publ->binding_node, &nt->node_scope);
97 write_lock_bh(&nt->cluster_scope_lock);
98 list_add_tail(&publ->binding_node, &nt->cluster_scope);
99 write_unlock_bh(&nt->cluster_scope_lock);
105 msg_set_named_seqno(buf_msg(skb), nt->snd_nxt++);
117 struct name_table *nt = tipc_name_table(net);
121 write_lock_bh(&nt->cluster_scope_lock);
123 write_unlock_bh(&nt->cluster_scope_lock);
132 msg_set_named_seqno(buf_msg(skb), nt->snd_nxt++);
200 struct name_table *nt = tipc_name_table(net);
208 nt->rc_dests++;
209 seqno = nt->snd_nxt;
212 read_lock_bh(&nt->cluster_scope_lock);
213 named_distribute(net, &head, dnode, &nt->cluster_scope, seqno);
215 read_unlock_bh(&nt->cluster_scope_lock);
268 struct name_table *nt = tipc_name_table(net);
278 nt->rc_dests--;
403 struct name_table *nt = tipc_name_table(net);
410 list_for_each_entry_rcu(publ, &nt->node_scope, binding_node)
412 list_for_each_entry_rcu(publ, &nt->cluster_scope, binding_node)
414 nt->rc_dests = 0;