Searched refs:tipc_mon_domain (Results 1 – 1 of 1) sorted by relevance
46 /* struct tipc_mon_domain: domain record to be transferred between peers54 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 *do in mon_apply_domain() [all...]