Searched refs:last_data_chunk_from (Results 1 – 5 of 5) sorted by relevance
862 struct sctp_nets *last_data_chunk_from; member
10578 if (asoc->last_data_chunk_from == NULL) { in sctp_send_sack()10630 if ((asoc->last_data_chunk_from->dest_state & SCTP_ADDR_REACHABLE) == 0) { in sctp_send_sack()10635 a_chk->whoTo = sctp_find_alternate_net(stcb, asoc->last_data_chunk_from, 0); in sctp_send_sack()10638 a_chk->whoTo = asoc->last_data_chunk_from; in sctp_send_sack()10641 a_chk->whoTo = asoc->last_data_chunk_from; in sctp_send_sack()
1788 asoc->last_data_chunk_from = NULL; in sctp_process_cookie_existing()5103 stcb->asoc.last_data_chunk_from = stcb->asoc.last_control_chunk_from; in sctp_process_control()
4365 if (net == asoc->last_data_chunk_from) { in sctp_remove_net()4367 asoc->last_data_chunk_from = TAILQ_FIRST(&asoc->nets); in sctp_remove_net()
2668 asoc->last_data_chunk_from = net; in sctp_process_data()