Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dsctp_output.c11352 uint32_t cnt, ctsn; in sctp_send_ecn_echo() local
11355 ctsn = ntohl(ecne->tsn); in sctp_send_ecn_echo()
11356 if (SCTP_TSN_GT(high_tsn, ctsn)) { in sctp_send_ecn_echo()
11568 uint32_t ctsn; in sctp_send_cwr() local
11571 ctsn = ntohl(cwr->tsn); in sctp_send_cwr()
11572 if (SCTP_TSN_GT(high_tsn, ctsn)) { in sctp_send_cwr()