• Home
  • Raw
  • Download

Lines Matching refs:nt

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