Lines Matching defs:tot_len
3459 int tot_len, rem_len, cmsg_data_len, cmsg_data_off, off;
3467 tot_len = SCTP_BUF_LEN(control);
3468 for (off = 0; off < tot_len; off += CMSG_ALIGN(cmh.cmsg_len)) {
3469 rem_len = tot_len - off;
3564 int tot_len, rem_len, cmsg_data_len, cmsg_data_off, off;
3566 tot_len = SCTP_BUF_LEN(control);
3567 for (off = 0; off < tot_len; off += CMSG_ALIGN(cmh.cmsg_len)) {
3568 rem_len = tot_len - off;
3735 int tot_len, rem_len, cmsg_data_len, cmsg_data_off, off;
3737 tot_len = SCTP_BUF_LEN(control);
3738 for (off = 0; off < tot_len; off += CMSG_ALIGN(cmh.cmsg_len)) {
3739 rem_len = tot_len - off;