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
691
struct tipc_net *tn = tipc_net(net);
net/tipc/bcast.c
699
spin_lock_init(&tipc_net(net)->bclock);
net/tipc/bcast.c
724
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
619
struct tipc_net *tn = tipc_net(net);
net/tipc/bearer.c
64
struct tipc_net *tn = tipc_net(net);
net/tipc/bearer.c
750
struct tipc_net *tn = tipc_net(net);
net/tipc/bearer.c
801
struct tipc_net *tn = tipc_net(net);
net/tipc/bearer.c
816
struct tipc_net *tn = tipc_net(net);
net/tipc/bearer.c
886
struct tipc_net *tn = tipc_net(net);
net/tipc/core.c
109
struct tipc_net *tn = tipc_net(net);
net/tipc/core.c
119
tipc_crypto_stop(&tipc_net(net)->crypto_tx);
net/tipc/core.c
138
.size = sizeof(struct tipc_net),
net/tipc/core.c
55
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
150
struct tipc_net *tn = tipc_net(net);
net/tipc/discover.c
196
struct tipc_net *tn = tipc_net(net);
net/tipc/discover.c
296
struct tipc_net *tn = tipc_net(d->net);
net/tipc/discover.c
353
struct tipc_net *tn = tipc_net(net);
net/tipc/discover.c
84
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
367
struct tipc_net *tn = tipc_net(net);
net/tipc/name_distr.c
399
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
2208
struct tipc_net *tn = tipc_net(net);
net/tipc/node.c
2242
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/node.c
2318
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/node.c
2389
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/node.c
2527
err = tipc_nl_add_bc_link(net, &msg, tipc_net(net)->bcl);
net/tipc/node.c
2571
struct tipc_net *tn = tipc_net(net);
net/tipc/node.c
2666
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/node.c
2964
struct tipc_crypto *tx = tipc_net(net)->crypto_tx, *c = tx;
net/tipc/node.c
3056
struct tipc_net *tn = tipc_net(net);
net/tipc/node.c
3140
struct tipc_net *tn;
net/tipc/node.c
3147
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
2966
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/socket.c
2996
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/socket.c
3012
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/socket.c
3034
struct tipc_net *tn = net_generic(sock_net(sk), tipc_net_id);
net/tipc/socket.c
3052
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/socket.c
3059
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/socket.c
3597
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
499
struct tipc_net *tn = net_generic(net, tipc_net_id);
net/tipc/udp_media.c
810
struct tipc_net *tn;
net/tipc/udp_media.c
818
tn = tipc_net(sock_net(ub->ubsock->sk));
net/tipc/udp_media.c
843
atomic_inc(&tipc_net(sock_net(ub->ubsock->sk))->wq_count);