Searched refs:msg_end (Results 1 – 3 of 3) sorted by relevance
1066 static inline int ip_vs_proc_sync_conn(struct netns_ipvs *ipvs, __u8 *p, __u8 *msg_end) in ip_vs_proc_sync_conn() argument1095 if (p > msg_end) in ip_vs_proc_sync_conn()1099 while (p < msg_end) { in ip_vs_proc_sync_conn()1103 if (p+2 > msg_end) in ip_vs_proc_sync_conn()1108 if (!plen || ((p + plen) > msg_end)) in ip_vs_proc_sync_conn()1204 __u8 *p, *msg_end; in ip_vs_process_message() local1225 msg_end = buffer + sizeof(struct ip_vs_sync_mesg); in ip_vs_process_message()1233 p = msg_end; in ip_vs_process_message()1240 msg_end = p + size; in ip_vs_process_message()1242 if (msg_end > buffer+buflen) { in ip_vs_process_message()[all …]
748 u8 *msg_ptr, *msg_end; in pcan_usb_fd_decode_buf() local753 msg_end = urb->transfer_buffer + urb->actual_length; in pcan_usb_fd_decode_buf()754 for (; msg_ptr < msg_end;) { in pcan_usb_fd_decode_buf()758 if (msg_end - msg_ptr < sizeof(*rx_msg)) { in pcan_usb_fd_decode_buf()773 if (rx_msg_size > msg_end - msg_ptr) { in pcan_usb_fd_decode_buf()
715 u8 *rec_ptr, *msg_end; in pcan_usb_pro_decode_buf() local727 msg_end = urb->transfer_buffer + urb->actual_length; in pcan_usb_pro_decode_buf()741 if (rec_ptr + sizeof_rec > msg_end) { in pcan_usb_pro_decode_buf()