Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/
Dmonitor.c54 struct tipc_mon_domain { struct
77 struct tipc_mon_domain *domain; argument
92 struct tipc_mon_domain cache;
105 const int tipc_max_domain_size = sizeof(struct tipc_mon_domain);
139 static int dom_rec_len(struct tipc_mon_domain *dom, u16 mcnt) in dom_rec_len()
141 return (offsetof(struct tipc_mon_domain, members)) + (mcnt * sizeof(u32)); in dom_rec_len()
212 struct tipc_mon_domain *dom_bef, in mon_identify_lost_members()
216 struct tipc_mon_domain *dom_aft = peer->domain; in mon_identify_lost_members()
248 struct tipc_mon_domain *dom = peer->domain; in mon_apply_domain()
273 struct tipc_mon_domain *cache = &mon->cache; in mon_update_local_domain()
[all …]