Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_structs.h263 uint32_t last_cwr_tsn; member
H A Dsctp_input.c2940 if (tsn == net->last_cwr_tsn) { in sctp_handle_ecn_echo()
2977 net->last_cwr_tsn = tsn; in sctp_handle_ecn_echo()
2980 if (SCTP_TSN_GT(tsn, net->last_cwr_tsn) && in sctp_handle_ecn_echo()
2994 net->last_cwr_tsn = tsn; in sctp_handle_ecn_echo()
3008 sctp_send_cwr(stcb, net, net->last_cwr_tsn, override_bit); in sctp_handle_ecn_echo()
H A Dsctp_pcb.c3886 net->cwr_window_tsn = net->last_cwr_tsn = stcb->asoc.sending_seq - 1; in sctp_add_remote_addr()