Lines Matching refs:tn
227 struct tipc_net *tn = net_generic(n_ptr->net, tipc_net_id); in tipc_link_create() local
257 tipc_zone(tn->own_addr), tipc_cluster(tn->own_addr), in tipc_link_create()
258 tipc_node(tn->own_addr), in tipc_link_create()
272 tipc_msg_init(tn->own_addr, msg, LINK_PROTOCOL, RESET_MSG, INT_H_SIZE, in tipc_link_create()
275 msg_set_session(msg, (tn->random & 0xffff)); in tipc_link_create()
317 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_link_delete_list() local
322 list_for_each_entry_rcu(node, &tn->node_list, list) { in tipc_link_delete_list()
481 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_link_reset_list() local
486 list_for_each_entry_rcu(n_ptr, &tn->node_list, list) { in tipc_link_reset_list()
1040 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_rcv() local
1069 (msg_destnode(msg) != tn->own_addr))) in tipc_rcv()
1772 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_link_find_owner() local
1780 list_for_each_entry_rcu(n_ptr, &tn->node_list, list) { in tipc_link_find_owner()
1812 struct tipc_net *tn = net_generic(l_ptr->owner->net, tipc_net_id); in link_print() local
1816 b_ptr = rcu_dereference_rtnl(tn->bearer_list[l_ptr->bearer_id]); in link_print()
2019 struct tipc_net *tn = net_generic(net, tipc_net_id); in __tipc_nl_add_link() local
2033 tipc_cluster_mask(tn->own_addr))) in __tipc_nl_add_link()
2107 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_nl_link_dump() local
2137 list_for_each_entry_continue_rcu(node, &tn->node_list, in tipc_nl_link_dump()
2153 list_for_each_entry_rcu(node, &tn->node_list, list) { in tipc_nl_link_dump()