Searched refs:cnt_hb_sent (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/netinet/
H A Dsctp_input.c861 uint32_t cnt_hb_sent; local
864 cnt_hb_sent = 0;
874 (cnt_hb_sent < SCTP_BASE_SYSCTL(sctp_hb_maxburst))) {
876 cnt_hb_sent++;
879 if (cnt_hb_sent) {

Completed in 123 milliseconds