Searched refs:chkhdr_len (Results 1 – 1 of 1) sorted by relevance
3379 int notifhdr_len, chk_len, chkhdr_len, padding_len, payload_len; in sctp_notify_send_failed() local3402 chkhdr_len = sizeof(struct sctp_idata_chunk); in sctp_notify_send_failed()3404 chkhdr_len = sizeof(struct sctp_data_chunk); in sctp_notify_send_failed()3407 if (chk->send_size >= chkhdr_len) { in sctp_notify_send_failed()3408 payload_len = chk->send_size - chkhdr_len; in sctp_notify_send_failed()3417 if ((chk_len >= chkhdr_len) && in sctp_notify_send_failed()3421 payload_len = chk->send_size - chkhdr_len - padding_len; in sctp_notify_send_failed()3465 if (chk->send_size == chkhdr_len + payload_len + padding_len) { in sctp_notify_send_failed()3466 m_adj(chk->data, chkhdr_len); in sctp_notify_send_failed()3469 chk->send_size -= (chkhdr_len + padding_len); in sctp_notify_send_failed()