/kernel/linux/linux-5.10/net/tipc/ |
H A D | net.c | 128 struct tipc_net *tn = tipc_net(net); in tipc_net_finalize() 142 struct tipc_net *tn = container_of(work, struct tipc_net, work); in tipc_net_finalize_work() 162 struct tipc_net *tn = net_generic(net, tipc_net_id); in __tipc_nl_add_net() 225 struct tipc_net *tn = tipc_net(net); in __tipc_nl_net_set() 289 struct tipc_net *tn = tipc_net(net); in __tipc_nl_addr_legacy_get()
|
H A D | core.h | 93 struct tipc_net { struct 152 static inline struct tipc_net *tipc_net(struct net *net) in tipc_net() function 159 return tipc_net(net)->net_id; in tipc_netid() 164 return &tipc_net(net)->node_list; in tipc_nodes() 169 return tipc_net(net)->nametbl; in tipc_name_table() 174 return tipc_net(net)->topsrv; in tipc_topsrv()
|
H A D | addr.h | 48 return tipc_net(net)->node_addr; in tipc_own_addr() 53 struct tipc_net *tn = tipc_net(net); in tipc_own_id() 62 return tipc_net(net)->node_id_string; in tipc_own_id_string()
|
H A D | core.c | 55 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_init_net() 111 struct tipc_net *tn = tipc_net(net); in tipc_exit_net() 121 tipc_crypto_stop(&tipc_net(net)->crypto_tx); in tipc_exit_net() 140 .size = sizeof(struct tipc_net),
|
H A D | addr.c | 57 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()
|
H A D | name_distr.c | 201 struct tipc_net *tn = tipc_net(net); in tipc_named_node_up() 226 struct tipc_net *tn = tipc_net(net); in tipc_publ_purge() 252 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_dist_queue_purge() 269 struct tipc_net *tn = tipc_net(net); in tipc_publ_notify() 373 struct tipc_net *tn = tipc_net(net); in tipc_named_rcv() 404 struct tipc_net *t in tipc_named_reinit() [all...] |
H A D | discover.c | 83 struct tipc_net *tn = tipc_net(net); in tipc_disc_init_msg() 149 struct tipc_net *tn = tipc_net(net); in tipc_disc_addr_trial_msg() 195 struct tipc_net *tn = tipc_net(net); in tipc_disc_rcv() 295 struct tipc_net *tn = tipc_net(d->net); in tipc_disc_timeout() 352 struct tipc_net *tn = tipc_net(ne in tipc_disc_create() [all...] |
H A D | bearer.c | 64 struct tipc_net *tn = tipc_net(net); in bearer_get() 175 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_bearer_find() 194 struct tipc_net *tn = tipc_net(net); in tipc_bearer_get_name() 210 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_bearer_add_dest() 222 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_bearer_remove_dest() 240 struct tipc_net *tn = tipc_net(net); in tipc_enable_bearer() 393 struct tipc_net *t in bearer_disable() [all...] |
H A D | bcast.h | 114 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()
|
H A D | name_table.c | 547 struct tipc_net *tn = tipc_net(net); in tipc_nametbl_translate() 729 struct tipc_net *tn = tipc_net(net); in tipc_nametbl_publish() 764 struct tipc_net *tn = tipc_net(net); in tipc_nametbl_withdraw() 798 struct tipc_net *tn = tipc_net(sub->net); in tipc_nametbl_subscribe() 827 struct tipc_net *tn = tipc_net(su in tipc_nametbl_unsubscribe() [all...] |
H A D | monitor.c | 102 return tipc_net(net)->monitors[bearer_id]; in tipc_monitor() 174 struct tipc_net *tn = tipc_net(net); in tipc_mon_is_active() 618 struct tipc_net *tn = tipc_net(net); in tipc_mon_create() 653 struct tipc_net *tn = tipc_net(net); in tipc_mon_delete() 695 struct tipc_net *tn = tipc_net(net); in tipc_nl_monitor_set_threshold() 707 struct tipc_net *t in tipc_nl_monitor_get_threshold() [all...] |
H A D | node.c | 324 struct tipc_net *tn = tipc_net(net); in tipc_node_find() 346 struct tipc_net *tn = tipc_net(net); in tipc_node_find_by_id() 429 struct tipc_net *tn_peer; in tipc_node_assign_peer_net() 437 tn_peer = tipc_net(tmp); in tipc_node_assign_peer_net() 458 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_node_create() 633 struct tipc_net *tn = tipc_net(net); in tipc_node_stop() 753 struct tipc_net *t in tipc_node_cleanup() [all...] |
H A D | bcast.c | 79 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()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | net.c | 128 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()
|
H A D | core.h | 94 struct tipc_net { struct 150 static inline struct tipc_net *tipc_net(struct net *net) in tipc_net() function 157 return tipc_net(net)->net_id; in tipc_netid() 162 return &tipc_net(net)->node_list; in tipc_nodes() 167 return tipc_net(net)->nametbl; in tipc_name_table() 172 return tipc_net(net)->topsrv; in tipc_topsrv()
|
H A D | core.c | 55 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),
|
H A D | addr.h | 93 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()
|
H A D | addr.c | 58 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()
|
H A D | discover.c | 84 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(ne in tipc_disc_create() [all...] |
H A D | name_distr.c | 209 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(ne in tipc_named_reinit() [all...] |
H A D | bearer.c | 64 struct tipc_net *tn = tipc_net(net); in bearer_get() 179 struct tipc_net *tn = tipc_net(net); in tipc_bearer_find() 198 struct tipc_net *tn = tipc_net(net); in tipc_bearer_get_name() 248 struct tipc_net *tn = tipc_net(net); in tipc_enable_bearer() 405 struct tipc_net *tn = tipc_net(ne in bearer_disable() [all...] |
H A D | bcast.h | 114 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()
|
H A D | name_table.c | 573 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(su in tipc_nametbl_unsubscribe() [all...] |
H A D | monitor.c | 102 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() 726 struct tipc_net *tn = tipc_net(net); in tipc_nl_monitor_set_threshold() 738 struct tipc_net *t in tipc_nl_monitor_get_threshold() [all...] |
H A D | node.c | 334 struct tipc_net *tn = tipc_net(net); in tipc_node_find() 356 struct tipc_net *tn = tipc_net(net); in tipc_node_find_by_id() 445 struct tipc_net *tn_peer; in tipc_node_assign_peer_net() 453 tn_peer = tipc_net(tmp); in tipc_node_assign_peer_net() 474 struct tipc_net *tn = net_generic(net, tipc_net_id); in tipc_node_create() 649 struct tipc_net *tn = tipc_net(net); in tipc_node_stop() 769 struct tipc_net *t in tipc_node_cleanup() [all...] |