Home
last modified time | relevance | path

Searched refs:ip_vs_sync_mesg_v0 (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_sync.c246 struct ip_vs_sync_mesg_v0 { struct
408 struct ip_vs_sync_mesg_v0 *mesg; in ip_vs_sync_buff_create_v0()
418 mesg = (struct ip_vs_sync_mesg_v0 *)sb->mesg; in ip_vs_sync_buff_create_v0()
421 mesg->size = htons(sizeof(struct ip_vs_sync_mesg_v0)); in ip_vs_sync_buff_create_v0()
422 sb->head = (unsigned char *)mesg + sizeof(struct ip_vs_sync_mesg_v0); in ip_vs_sync_buff_create_v0()
531 struct ip_vs_sync_mesg_v0 *m; in ip_vs_sync_conn_v0()
557 m = (struct ip_vs_sync_mesg_v0 *) buff->mesg; in ip_vs_sync_conn_v0()
577 m = (struct ip_vs_sync_mesg_v0 *) buff->mesg; in ip_vs_sync_conn_v0()
956 struct ip_vs_sync_mesg_v0 *m = (struct ip_vs_sync_mesg_v0 *)buffer; in ip_vs_process_message_v0()
964 p = (char *)buffer + sizeof(struct ip_vs_sync_mesg_v0); in ip_vs_process_message_v0()
[all …]