Searched refs:ip_vs_sync_mesg_v0 (Results 1 – 1 of 1) sorted by relevance
248 struct ip_vs_sync_mesg_v0 { struct418 struct ip_vs_sync_mesg_v0 *mesg; in ip_vs_sync_buff_create_v0()423 len = max_t(unsigned int, len + sizeof(struct ip_vs_sync_mesg_v0), in ip_vs_sync_buff_create_v0()430 mesg = (struct ip_vs_sync_mesg_v0 *)sb->mesg; in ip_vs_sync_buff_create_v0()433 mesg->size = htons(sizeof(struct ip_vs_sync_mesg_v0)); in ip_vs_sync_buff_create_v0()434 sb->head = (unsigned char *)mesg + sizeof(struct ip_vs_sync_mesg_v0); in ip_vs_sync_buff_create_v0()542 struct ip_vs_sync_mesg_v0 *m; in ip_vs_sync_conn_v0()570 m = (struct ip_vs_sync_mesg_v0 *) buff->mesg; in ip_vs_sync_conn_v0()588 m = (struct ip_vs_sync_mesg_v0 *) buff->mesg; in ip_vs_sync_conn_v0()961 struct ip_vs_sync_mesg_v0 *m = (struct ip_vs_sync_mesg_v0 *)buffer; in ip_vs_process_message_v0()[all …]