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

/linux-master/net/tipc/
H A Dmonitor.c46 /* struct tipc_mon_domain: domain record to be transferred between peers
54 struct tipc_mon_domain { struct
77 struct tipc_mon_domain *domain;
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)
141 return (offsetof(struct tipc_mon_domain, members)) + (mcnt * sizeof(u32));
212 struct tipc_mon_domain *dom_bef,
216 struct tipc_mon_domain *dom_aft = peer->domain;
248 struct tipc_mon_domain *do
[all...]

Completed in 124 milliseconds