Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_sysctl.h88 uint32_t sctp_hb_maxburst; member
H A Dsctp_sysctl.c100 SCTP_BASE_SYSCTL(sctp_hb_maxburst) = SCTPCTL_HB_MAX_BURST_DEFAULT; in sctp_init_sysctls()
956 SCTP_UINT_SYSCTL(hb_max_burst, sctp_hb_maxburst, SCTPCTL_HB_MAX_BURST);
H A Dsctp_asconf.c738 (cnt < SCTP_BASE_SYSCTL(sctp_hb_maxburst)), error); in sctp_handle_asconf()
H A Dsctp_input.c820 (cnt_hb_sent < SCTP_BASE_SYSCTL(sctp_hb_maxburst))) { in sctp_start_net_timers()