Lines Matching defs:nt
90 struct name_table *nt = tipc_name_table(net);
95 list_add_tail_rcu(&p->binding_node, &nt->node_scope);
98 write_lock_bh(&nt->cluster_scope_lock);
99 list_add_tail(&p->binding_node, &nt->cluster_scope);
100 write_unlock_bh(&nt->cluster_scope_lock);
106 msg_set_named_seqno(buf_msg(skb), nt->snd_nxt++);
120 struct name_table *nt = tipc_name_table(net);
124 write_lock_bh(&nt->cluster_scope_lock);
126 write_unlock_bh(&nt->cluster_scope_lock);
135 msg_set_named_seqno(buf_msg(skb), nt->snd_nxt++);
208 struct name_table *nt = tipc_name_table(net);
216 nt->rc_dests++;
217 seqno = nt->snd_nxt;
220 read_lock_bh(&nt->cluster_scope_lock);
221 named_distribute(net, &head, dnode, &nt->cluster_scope, seqno);
223 read_unlock_bh(&nt->cluster_scope_lock);
255 struct name_table *nt = tipc_name_table(net);
264 nt->rc_dests--;
398 struct name_table *nt = tipc_name_table(net);
405 list_for_each_entry_rcu(p, &nt->node_scope, binding_node)
407 list_for_each_entry_rcu(p, &nt->cluster_scope, binding_node)
409 nt->rc_dests = 0;