Searched refs:chkhdr (Results 1 – 1 of 1) sorted by relevance
3519 struct sctp_chunkhdr *chkhdr; in sctp_notify_send_failed() local3552 chkhdr = mtod(chk->data, struct sctp_chunkhdr *); in sctp_notify_send_failed()3553 if (chkhdr != NULL) { in sctp_notify_send_failed()3554 chk_len = ntohs(chkhdr->chunk_length); in sctp_notify_send_failed()