Symbol: tipc_net
net/tipc/addr.c
58
struct tipc_net *tn = tipc_net(net);
net/tipc/addr.c
69
struct tipc_net *tn = tipc_net(net);
net/tipc/addr.h
107
return tipc_net(net)->node_id_string;
net/tipc/addr.h
93
return tipc_net(net)->node_addr;
net/tipc/addr.h
98
struct tipc_net *tn = tipc_net(net);
net/tipc/bcast.c
233
if (!(tipc_net(net)->capabilities & TIPC_MCAST_RBCTL) &&
net/tipc/bcast.c
328
if (!(tipc_net(net)->capabilities & TIPC_MCAST_RBCTL))
net/tipc/bcast.c
697
struct tipc_net *tn = tipc_net(net);
net/tipc/bcast.c
705
spin_lock_init(&tipc_net(net)->bclock);
net/tipc/bcast.c
730
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/bcast.c
79
return tipc_net(net)->bcbase;
net/tipc/bcast.h
114
spin_lock_bh(&tipc_net(net)->bclock);
net/tipc/bcast.h
119
spin_unlock_bh(&tipc_net(net)->bclock);
net/tipc/bcast.h
124
return tipc_net(net)->bcl;
net/tipc/bearer.c
183
struct tipc_net *tn = tipc_net(net);
net/tipc/bearer.c
202
struct tipc_net *tn = tipc_net(net);
net/tipc/bearer.c
252
struct tipc_net *tn = tipc_net(net);
net/tipc/bearer.c
409
struct tipc_net *tn = tipc_net(net);
net/tipc/bearer.c
620
struct tipc_net *tn = tipc_net(net);
net/tipc/bearer.c
64
struct tipc_net *tn = tipc_net(net);
net/tipc/bearer.c
751
struct tipc_net *tn = tipc_net(net);
net/tipc/bearer.c
802
struct tipc_net *tn = tipc_net(net);
net/tipc/bearer.c
817
struct tipc_net *tn = tipc_net(net);
net/tipc/bearer.c
887
struct tipc_net *tn = tipc_net(net);
net/tipc/core.c
110
struct tipc_net *tn = tipc_net(net);
net/tipc/core.c
120
tipc_crypto_stop(&tipc_net(net)->crypto_tx);
net/tipc/core.c
138
.size = sizeof(struct tipc_net),
net/tipc/core.c
56
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/core.h
150
static inline struct tipc_net *tipc_net(struct net *net)
net/tipc/core.h
157
return tipc_net(net)->net_id;
net/tipc/core.h
162
return &tipc_net(net)->node_list;
net/tipc/core.h
167
return tipc_net(net)->nametbl;
net/tipc/core.h
172
return tipc_net(net)->topsrv;
net/tipc/crypto.c
1220
tx = tipc_net(rx->net)->crypto_tx;
net/tipc/crypto.c
1393
struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx;
net/tipc/crypto.c
1450
struct tipc_crypto *tx = tipc_net(net)->crypto_tx;
net/tipc/crypto.c
1553
struct tipc_net *tn = tipc_net(rx->net);
net/tipc/crypto.c
1694
struct tipc_crypto *tx = tipc_net(net)->crypto_tx;
net/tipc/crypto.c
1817
struct tipc_crypto *tx = tipc_net(net)->crypto_tx;
net/tipc/crypto.c
2009
struct tipc_net *tn = tipc_net(net);
net/tipc/crypto.c
2289
struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx;
net/tipc/crypto.c
2359
struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx;
net/tipc/discover.c
152
struct tipc_net *tn = tipc_net(net);
net/tipc/discover.c
198
struct tipc_net *tn = tipc_net(net);
net/tipc/discover.c
298
struct tipc_net *tn = tipc_net(d->net);
net/tipc/discover.c
355
struct tipc_net *tn = tipc_net(net);
net/tipc/discover.c
86
struct tipc_net *tn = tipc_net(net);
net/tipc/monitor.c
102
return tipc_net(net)->monitors[bearer_id];
net/tipc/monitor.c
204
struct tipc_net *tn = tipc_net(net);
net/tipc/monitor.c
649
struct tipc_net *tn = tipc_net(net);
net/tipc/monitor.c
684
struct tipc_net *tn = tipc_net(net);
net/tipc/monitor.c
727
struct tipc_net *tn = tipc_net(net);
net/tipc/monitor.c
739
struct tipc_net *tn = tipc_net(net);
net/tipc/name_distr.c
209
struct tipc_net *tn = tipc_net(net);
net/tipc/name_distr.c
237
struct tipc_net *tn = tipc_net(net);
net/tipc/name_distr.c
256
struct tipc_net *tn = tipc_net(net);
net/tipc/name_distr.c
376
struct tipc_net *tn = tipc_net(net);
net/tipc/name_distr.c
408
struct tipc_net *tn = tipc_net(net);
net/tipc/name_table.c
1055
struct tipc_net *tn = tipc_net(net);
net/tipc/name_table.c
575
struct tipc_net *tn = tipc_net(net);
net/tipc/name_table.c
766
struct tipc_net *tn = tipc_net(net);
net/tipc/name_table.c
804
struct tipc_net *tn = tipc_net(net);
net/tipc/name_table.c
831
struct tipc_net *tn = tipc_net(sub->net);
net/tipc/name_table.c
862
struct tipc_net *tn = tipc_net(sub->net);
net/tipc/name_table.c
889
struct tipc_net *tn = tipc_net(net);
net/tipc/name_table.c
935
struct tipc_net *tn = tipc_net(net);
net/tipc/net.c
128
struct tipc_net *tn = tipc_net(net);
net/tipc/net.c
146
struct tipc_net *tn = container_of(work, struct tipc_net, work);
net/tipc/net.c
168
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/net.c
231
struct tipc_net *tn = tipc_net(net);
net/tipc/net.c
295
struct tipc_net *tn = tipc_net(net);
net/tipc/node.c
1122
addr ^= tipc_net(net)->random;
net/tipc/node.c
1135
struct tipc_net *tn = tipc_net(net);
net/tipc/node.c
1315
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/node.c
2217
struct tipc_net *tn = tipc_net(net);
net/tipc/node.c
2251
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/node.c
2327
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/node.c
2398
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/node.c
2536
err = tipc_nl_add_bc_link(net, &msg, tipc_net(net)->bcl);
net/tipc/node.c
2580
struct tipc_net *tn = tipc_net(net);
net/tipc/node.c
2675
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/node.c
2973
struct tipc_crypto *tx = tipc_net(net)->crypto_tx, *c = tx;
net/tipc/node.c
3065
struct tipc_net *tn = tipc_net(net);
net/tipc/node.c
3149
struct tipc_net *tn;
net/tipc/node.c
3156
tn = tipc_net(tmp);
net/tipc/node.c
332
struct tipc_net *tn = tipc_net(net);
net/tipc/node.c
354
struct tipc_net *tn = tipc_net(net);
net/tipc/node.c
443
struct tipc_net *tn_peer;
net/tipc/node.c
451
tn_peer = tipc_net(tmp);
net/tipc/node.c
472
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/node.c
647
struct tipc_net *tn = tipc_net(net);
net/tipc/node.c
767
struct tipc_net *tn = tipc_net(peer->net);
net/tipc/socket.c
2971
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/socket.c
3001
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/socket.c
3017
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/socket.c
3039
struct tipc_net *tn = net_generic(sock_net(sk), tipc_net_id);
net/tipc/socket.c
3057
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/socket.c
3064
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/socket.c
3602
struct tipc_net *tn = tipc_net(net);
net/tipc/topsrv.c
233
struct tipc_net *tn = tipc_net(con->server->net);
net/tipc/topsrv.c
365
struct tipc_net *tn = tipc_net(srv->net);
net/tipc/topsrv.c
659
struct tipc_net *tn = tipc_net(net);
net/tipc/udp_media.c
494
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/udp_media.c
815
struct tipc_net *tn;
net/tipc/udp_media.c
825
tn = tipc_net(sock_net(ub->sk));
net/tipc/udp_media.c
851
atomic_inc(&tipc_net(sock_net(ub->sk))->wq_count);