Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_output.c11379 uint32_t cnt, ctsn; in sctp_send_ecn_echo() local
11382 ctsn = ntohl(ecne->tsn); in sctp_send_ecn_echo()
11383 if (SCTP_TSN_GT(high_tsn, ctsn)) { in sctp_send_ecn_echo()
11595 uint32_t ctsn; in sctp_send_cwr() local
11598 ctsn = ntohl(cwr->tsn); in sctp_send_cwr()
11599 if (SCTP_TSN_GT(high_tsn, ctsn)) { in sctp_send_cwr()