ip_vs_sync_mesg
struct ip_vs_sync_mesg *m2 = (struct ip_vs_sync_mesg *)buffer;
msg_end = buffer + sizeof(struct ip_vs_sync_mesg);
ip_vs_send_sync_msg(struct socket *sock, struct ip_vs_sync_mesg *msg)
struct ip_vs_sync_mesg *mesg;
len = max_t(unsigned int, len + sizeof(struct ip_vs_sync_mesg),
sb->mesg->size = htons(sizeof(struct ip_vs_sync_mesg));
sb->head = (unsigned char *)sb->mesg + sizeof(struct ip_vs_sync_mesg);
struct ip_vs_sync_mesg *m;