Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_sysctl.h91 uint32_t sctp_hb_maxburst; member
H A Dsctp_sysctl.c103 SCTP_BASE_SYSCTL(sctp_hb_maxburst) = SCTPCTL_HB_MAX_BURST_DEFAULT; in sctp_init_sysctls()
916 SCTP_UINT_SYSCTL(hb_max_burst, sctp_hb_maxburst, SCTPCTL_HB_MAX_BURST)
H A Dsctp_asconf.c741 (cnt < SCTP_BASE_SYSCTL(sctp_hb_maxburst)), error); in sctp_handle_asconf()
H A Dsctp_input.c851 (cnt_hb_sent < SCTP_BASE_SYSCTL(sctp_hb_maxburst))) { in sctp_start_net_timers()