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() local3399 chkhdr_len = sizeof(struct sctp_idata_chunk); in sctp_notify_send_failed()3401 chkhdr_len = sizeof(struct sctp_data_chunk); in sctp_notify_send_failed()3404 if (chk->send_size >= chkhdr_len) { in sctp_notify_send_failed()3405 payload_len = chk->send_size - chkhdr_len; in sctp_notify_send_failed()3414 if ((chk_len >= chkhdr_len) && in sctp_notify_send_failed()3418 payload_len = chk->send_size - chkhdr_len - padding_len; in sctp_notify_send_failed()3462 if (chk->send_size == chkhdr_len + payload_len + padding_len) { in sctp_notify_send_failed()3463 m_adj(chk->data, chkhdr_len); in sctp_notify_send_failed()3466 chk->send_size -= (chkhdr_len + padding_len); in sctp_notify_send_failed()