Home
last modified time | relevance | path

Searched refs:tipc_net (Results 1 – 17 of 17) sorted by relevance

/net/tipc/
A Dcore.h93 struct tipc_net { struct
149 static inline struct tipc_net *tipc_net(struct net *net) in tipc_net() argument
156 return tipc_net(net)->net_id; in tipc_netid()
161 return &tipc_net(net)->node_list; in tipc_nodes()
166 return tipc_net(net)->nametbl; in tipc_name_table()
171 return tipc_net(net)->topsrv; in tipc_topsrv()
A Dnet.c128 struct tipc_net *tn = tipc_net(net); in tipc_net_finalize()
146 struct tipc_net *tn = container_of(work, struct tipc_net, work); in tipc_net_finalize_work()
166 struct tipc_net *tn = net_generic(net, tipc_net_id); in __tipc_nl_add_net()
229 struct tipc_net *tn = tipc_net(net); in __tipc_nl_net_set()
293 struct tipc_net *tn = tipc_net(net); in __tipc_nl_addr_legacy_get()
A Dname_distr.c209 struct tipc_net *tn = tipc_net(net); in tipc_named_node_up()
237 struct tipc_net *tn = tipc_net(net); in tipc_publ_purge()
256 struct tipc_net *tn = tipc_net(net); in tipc_publ_notify()
367 struct tipc_net *tn = tipc_net(net); in tipc_named_rcv()
399 struct tipc_net *tn = tipc_net(net); in tipc_named_reinit()
A Ddiscover.c84 struct tipc_net *tn = tipc_net(net); in tipc_disc_init_msg()
150 struct tipc_net *tn = tipc_net(net); in tipc_disc_addr_trial_msg()
196 struct tipc_net *tn = tipc_net(net); in tipc_disc_rcv()
296 struct tipc_net *tn = tipc_net(d->net); in tipc_disc_timeout()
353 struct tipc_net *tn = tipc_net(net); in tipc_disc_create()
A Dcore.c55 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_init_net()
109 struct tipc_net *tn = tipc_net(net); in tipc_exit_net()
119 tipc_crypto_stop(&tipc_net(net)->crypto_tx); in tipc_exit_net()
138 .size = sizeof(struct tipc_net),
A Daddr.c58 struct tipc_net *tn = tipc_net(net); in tipc_set_node_id()
69 struct tipc_net *tn = tipc_net(net); in tipc_set_node_addr()
A Dbearer.c64 struct tipc_net *tn = tipc_net(net); in bearer_get()
183 struct tipc_net *tn = tipc_net(net); in tipc_bearer_find()
202 struct tipc_net *tn = tipc_net(net); in tipc_bearer_get_name()
252 struct tipc_net *tn = tipc_net(net); in tipc_enable_bearer()
409 struct tipc_net *tn = tipc_net(net); in bearer_disable()
619 struct tipc_net *tn = tipc_net(net); in tipc_bearer_bc_xmit()
750 struct tipc_net *tn = tipc_net(net); in tipc_bearer_stop()
801 struct tipc_net *tn = tipc_net(net); in tipc_attach_loopback()
816 struct tipc_net *tn = tipc_net(net); in tipc_detach_loopback()
886 struct tipc_net *tn = tipc_net(net); in tipc_nl_bearer_dump()
A Daddr.h93 return tipc_net(net)->node_addr; in tipc_own_addr()
98 struct tipc_net *tn = tipc_net(net); in tipc_own_id()
107 return tipc_net(net)->node_id_string; in tipc_own_id_string()
A Dname_table.c573 struct tipc_net *tn = tipc_net(net); in tipc_nametbl_lookup_anycast()
764 struct tipc_net *tn = tipc_net(net); in tipc_nametbl_publish()
802 struct tipc_net *tn = tipc_net(net); in tipc_nametbl_withdraw()
829 struct tipc_net *tn = tipc_net(sub->net); in tipc_nametbl_subscribe()
860 struct tipc_net *tn = tipc_net(sub->net); in tipc_nametbl_unsubscribe()
887 struct tipc_net *tn = tipc_net(net); in tipc_nametbl_init()
933 struct tipc_net *tn = tipc_net(net); in tipc_nametbl_stop()
1053 struct tipc_net *tn = tipc_net(net); in tipc_nl_service_list()
A Dbcast.h114 spin_lock_bh(&tipc_net(net)->bclock); in tipc_bcast_lock()
119 spin_unlock_bh(&tipc_net(net)->bclock); in tipc_bcast_unlock()
124 return tipc_net(net)->bcl; in tipc_bc_sndlink()
A Dmonitor.c102 return tipc_net(net)->monitors[bearer_id]; in tipc_monitor()
204 struct tipc_net *tn = tipc_net(net); in tipc_mon_is_active()
649 struct tipc_net *tn = tipc_net(net); in tipc_mon_create()
684 struct tipc_net *tn = tipc_net(net); in tipc_mon_delete()
727 struct tipc_net *tn = tipc_net(net); in tipc_nl_monitor_set_threshold()
739 struct tipc_net *tn = tipc_net(net); in tipc_nl_monitor_get_threshold()
A Dnode.c332 struct tipc_net *tn = tipc_net(net); in tipc_node_find()
354 struct tipc_net *tn = tipc_net(net); in tipc_node_find_by_id()
443 struct tipc_net *tn_peer; in tipc_node_assign_peer_net()
647 struct tipc_net *tn = tipc_net(net); in tipc_node_stop()
767 struct tipc_net *tn = tipc_net(peer->net); in tipc_node_cleanup()
1135 struct tipc_net *tn = tipc_net(net); in tipc_node_try_addr()
2208 struct tipc_net *tn = tipc_net(net); in tipc_node_apply_property()
2571 struct tipc_net *tn = tipc_net(net); in tipc_nl_node_reset_link_stats()
3056 struct tipc_net *tn = tipc_net(net); in __tipc_nl_node_flush_key()
3140 struct tipc_net *tn; in tipc_node_pre_cleanup_net()
[all …]
A Dbcast.c79 return tipc_net(net)->bcbase; in tipc_bc_base()
233 if (!(tipc_net(net)->capabilities & TIPC_MCAST_RBCTL) && in tipc_bcast_select_xmit_method()
328 if (!(tipc_net(net)->capabilities & TIPC_MCAST_RBCTL)) in tipc_mcast_send_sync()
691 struct tipc_net *tn = tipc_net(net); in tipc_bcast_init()
699 spin_lock_init(&tipc_net(net)->bclock); in tipc_bcast_init()
724 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_bcast_stop()
A Dtopsrv.c233 struct tipc_net *tn = tipc_net(con->server->net); in tipc_conn_delete_sub()
365 struct tipc_net *tn = tipc_net(srv->net); in tipc_conn_rcv_sub()
659 struct tipc_net *tn = tipc_net(net); in tipc_topsrv_start()
A Dcrypto.c1220 tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_flush()
1393 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_synch()
1450 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_key_revoke()
1553 struct tipc_net *tn = tipc_net(rx->net); in tipc_crypto_timeout()
1694 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_xmit()
1817 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_rcv()
2009 struct tipc_net *tn = tipc_net(net); in tipc_crypto_do_cmd()
2289 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_rcv()
2359 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_work_rx()
A Dudp_media.c499 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_udp_nl_dump_remoteip()
810 struct tipc_net *tn; in cleanup_bearer()
818 tn = tipc_net(sock_net(ub->ubsock->sk)); in cleanup_bearer()
843 atomic_inc(&tipc_net(sock_net(ub->ubsock->sk))->wq_count); in tipc_udp_disable()
A Dsocket.c2964 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_sk_reinit()
2994 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_sk_lookup()
3010 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_sk_insert()
3032 struct tipc_net *tn = net_generic(sock_net(sk), tipc_net_id); in tipc_sk_remove()
3052 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_sk_rht_init()
3059 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_sk_rht_destroy()
3597 struct tipc_net *tn = tipc_net(net); in __tipc_dump_start()

Completed in 41 milliseconds