Home
last modified time | relevance | path

Searched refs:a_chk (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netinet/
Dsctp_output.c10467 struct sctp_tmit_chunk *chk, *a_chk; in sctp_send_sack() local
10491 a_chk = NULL; in sctp_send_sack()
10505 a_chk = chk; in sctp_send_sack()
10506 if (a_chk->data) { in sctp_send_sack()
10507 sctp_m_freem(a_chk->data); in sctp_send_sack()
10508 a_chk->data = NULL; in sctp_send_sack()
10510 if (a_chk->whoTo) { in sctp_send_sack()
10511 sctp_free_remote_addr(a_chk->whoTo); in sctp_send_sack()
10512 a_chk->whoTo = NULL; in sctp_send_sack()
10517 if (a_chk == NULL) { in sctp_send_sack()
[all …]