Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_structs.h861 struct sctp_nets *last_data_chunk_from; member
H A Dsctp_output.c10486 if (asoc->last_data_chunk_from == NULL) { in sctp_send_sack()
10538 if (!(asoc->last_data_chunk_from->dest_state & SCTP_ADDR_REACHABLE)) { in sctp_send_sack()
10543 a_chk->whoTo = sctp_find_alternate_net(stcb, asoc->last_data_chunk_from, 0); in sctp_send_sack()
10546 a_chk->whoTo = asoc->last_data_chunk_from; in sctp_send_sack()
10549 a_chk->whoTo = asoc->last_data_chunk_from; in sctp_send_sack()
H A Dsctp_pcb.c4438 if (net == asoc->last_data_chunk_from) { in sctp_remove_net()
4440 asoc->last_data_chunk_from = TAILQ_FIRST(&asoc->nets); in sctp_remove_net()
H A Dsctp_indata.c2680 asoc->last_data_chunk_from = net; in sctp_process_data()
H A Dsctp_input.c5172 stcb->asoc.last_data_chunk_from = stcb->asoc.last_control_chunk_from; in sctp_process_control()