Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_sysctl.h52 uint32_t sctp_pktdrop_enable; member
H A Dsctp_sysctl.c64 SCTP_BASE_SYSCTL(sctp_pktdrop_enable) = SCTPCTL_PKTDROP_ENABLE_DEFAULT; in sctp_init_sysctls()
920 SCTP_UINT_SYSCTL(pktdrop_enable, sctp_pktdrop_enable, SCTPCTL_PKTDROP_ENABLE);
H A Dsctp_pcb.c2304 inp->pktdrop_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_pktdrop_enable); in sctp_inpcb_alloc()