Searched refs:a_chk (Results 1 – 1 of 1) sorted by relevance
10551 struct sctp_tmit_chunk *chk, *a_chk; in sctp_send_sack() local10575 a_chk = NULL; in sctp_send_sack()10589 a_chk = chk; in sctp_send_sack()10590 if (a_chk->data) { in sctp_send_sack()10591 sctp_m_freem(a_chk->data); in sctp_send_sack()10592 a_chk->data = NULL; in sctp_send_sack()10594 if (a_chk->whoTo) { in sctp_send_sack()10595 sctp_free_remote_addr(a_chk->whoTo); in sctp_send_sack()10596 a_chk->whoTo = NULL; in sctp_send_sack()10601 if (a_chk == NULL) { in sctp_send_sack()[all …]