Searched refs:tipc_monitor (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | monitor.c | 87 struct tipc_monitor { struct 100 static struct tipc_monitor *tipc_monitor(struct net *net, int bearer_id) in tipc_monitor() function 153 static struct tipc_peer *get_peer(struct tipc_monitor *mon, u32 addr) in get_peer() 167 struct tipc_monitor *mon = tipc_monitor(net, bearer_id); in get_self() 172 static inline bool tipc_mon_is_active(struct net *net, struct tipc_monitor *mon) in tipc_mon_is_active() 215 static void mon_apply_domain(struct tipc_monitor *mon, in mon_apply_domain() 240 static void mon_update_local_domain(struct tipc_monitor *mon) in mon_update_local_domain() 278 static void mon_update_neighbors(struct tipc_monitor *mo [all...] |
H A D | core.h | 76 struct tipc_monitor; 111 struct tipc_monitor *monitors[MAX_BEARERS];
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | monitor.c | 87 struct tipc_monitor { struct 100 static struct tipc_monitor *tipc_monitor(struct net *net, int bearer_id) in tipc_monitor() function 183 static struct tipc_peer *get_peer(struct tipc_monitor *mon, u32 addr) in get_peer() 197 struct tipc_monitor *mon = tipc_monitor(net, bearer_id); in get_self() 202 static inline bool tipc_mon_is_active(struct net *net, struct tipc_monitor *mon) in tipc_mon_is_active() 245 static void mon_apply_domain(struct tipc_monitor *mon, in mon_apply_domain() 270 static void mon_update_local_domain(struct tipc_monitor *mon) in mon_update_local_domain() 308 static void mon_update_neighbors(struct tipc_monitor *mo [all...] |
H A D | core.h | 77 struct tipc_monitor; 112 struct tipc_monitor *monitors[MAX_BEARERS];
|
Completed in 5 milliseconds