Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_sysctl.h77 uint32_t sctp_path_pf_threshold; member
H A Dsctp_sysctl.c89 SCTP_BASE_SYSCTL(sctp_path_pf_threshold) = SCTPCTL_PATH_PF_THRESHOLD_DEFAULT; in sctp_init_sysctls()
949 SCTP_UINT_SYSCTL(path_pf_threshold, sctp_path_pf_threshold, SCTPCTL_PATH_PF_THRESHOLD);
H A Dsctp_pcb.c2431 m->def_net_pf_threshold = SCTP_BASE_SYSCTL(sctp_path_pf_threshold); in sctp_inpcb_alloc()