Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_header.h336 uint32_t num_pkts_since_cwr; member
H A Dsctp_input.c2908 bkup.num_pkts_since_cwr = htonl(1); in sctp_handle_ecn_echo()
2913 pkt_cnt = ntohl(cp->num_pkts_since_cwr); in sctp_handle_ecn_echo()
H A Dsctp_output.c11387 cnt = ntohl(ecne->num_pkts_since_cwr); in sctp_send_ecn_echo()
11389 ecne->num_pkts_since_cwr = htonl(cnt); in sctp_send_ecn_echo()
11423 ecne->num_pkts_since_cwr = htonl(1); in sctp_send_ecn_echo()