Lines Matching refs:rem_len
3459 int tot_len, rem_len, cmsg_data_len, cmsg_data_off, off; in sctp_find_cmsg() local
3469 rem_len = tot_len - off; in sctp_find_cmsg()
3470 if (rem_len < (int)CMSG_ALIGN(sizeof(cmh))) { in sctp_find_cmsg()
3479 if ((cmh.cmsg_len > INT_MAX) || ((int)cmh.cmsg_len > rem_len)) { in sctp_find_cmsg()
3564 int tot_len, rem_len, cmsg_data_len, cmsg_data_off, off; in sctp_process_cmsgs_for_init() local
3568 rem_len = tot_len - off; in sctp_process_cmsgs_for_init()
3569 if (rem_len < (int)CMSG_ALIGN(sizeof(cmh))) { in sctp_process_cmsgs_for_init()
3580 if ((cmh.cmsg_len > INT_MAX) || ((int)cmh.cmsg_len > rem_len)) { in sctp_process_cmsgs_for_init()
3733 int tot_len, rem_len, cmsg_data_len, cmsg_data_off, off; in sctp_findassociation_cmsgs() local
3737 rem_len = tot_len - off; in sctp_findassociation_cmsgs()
3738 if (rem_len < (int)CMSG_ALIGN(sizeof(cmh))) { in sctp_findassociation_cmsgs()
3749 if ((cmh.cmsg_len > INT_MAX) || ((int)cmh.cmsg_len > rem_len)) { in sctp_findassociation_cmsgs()