ip_vs_sync_mesg_v0
if (buflen < sizeof(struct ip_vs_sync_mesg_v0)) {
struct ip_vs_sync_mesg_v0 *mesg;
len = max_t(unsigned int, len + sizeof(struct ip_vs_sync_mesg_v0),
mesg = (struct ip_vs_sync_mesg_v0 *)sb->mesg;
mesg->size = htons(sizeof(struct ip_vs_sync_mesg_v0));
sb->head = (unsigned char *)mesg + sizeof(struct ip_vs_sync_mesg_v0);
struct ip_vs_sync_mesg_v0 *m;
m = (struct ip_vs_sync_mesg_v0 *) buff->mesg;
m = (struct ip_vs_sync_mesg_v0 *) buff->mesg;
struct ip_vs_sync_mesg_v0 *m = (struct ip_vs_sync_mesg_v0 *)buffer;
p = (char *)buffer + sizeof(struct ip_vs_sync_mesg_v0);