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

/freebsd-11-stable/sys/netinet/
H A Dsctp_header.h347 uint32_t num_pkts_since_cwr; member in struct:sctp_ecne_chunk
H A Dsctp_input.c3097 bkup.num_pkts_since_cwr = htonl(1);
3102 pkt_cnt = ntohl(cp->num_pkts_since_cwr);
H A Dsctp_output.c11483 cnt = ntohl(ecne->num_pkts_since_cwr);
11485 ecne->num_pkts_since_cwr = htonl(cnt);
11519 ecne->num_pkts_since_cwr = htonl(1);

Completed in 104 milliseconds