Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_sync.c255 struct ip_vs_sync_mesg { struct
275 struct ip_vs_sync_mesg *mesg; argument
336 len = max_t(unsigned int, len + sizeof(struct ip_vs_sync_mesg), in ip_vs_sync_buff_create()
346 sb->mesg->size = htons(sizeof(struct ip_vs_sync_mesg)); in ip_vs_sync_buff_create()
349 sb->head = (unsigned char *)sb->mesg + sizeof(struct ip_vs_sync_mesg); in ip_vs_sync_buff_create()
632 struct ip_vs_sync_mesg *m; in ip_vs_sync_conn()
1207 struct ip_vs_sync_mesg *m2 = (struct ip_vs_sync_mesg *)buffer; in ip_vs_process_message()
1229 msg_end = buffer + sizeof(struct ip_vs_sync_mesg); in ip_vs_process_message()
1596 ip_vs_send_sync_msg(struct socket *sock, struct ip_vs_sync_mesg *msg) in ip_vs_send_sync_msg()