Lines Matching refs:tn
128 struct tipc_net *tn = tipc_net(net);
130 if (cmpxchg(&tn->node_addr, 0, addr))
142 struct tipc_net *tn = container_of(work, struct tipc_net, work);
144 tipc_net_finalize(tipc_link_net(tn->bcl), tn->trial_addr);
162 struct tipc_net *tn = net_generic(net, tipc_net_id);
163 u64 *w0 = (u64 *)&tn->node_id[0];
164 u64 *w1 = (u64 *)&tn->node_id[8];
177 if (nla_put_u32(msg->skb, TIPC_NLA_NET_ID, tn->net_id))
225 struct tipc_net *tn = tipc_net(net);
249 tn->net_id = val;
258 tn->legacy_addr_format = true;
289 struct tipc_net *tn = tipc_net(net);
302 if (tn->legacy_addr_format)