Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dsctp.c330 if (xinpcb->maxqlen > 0) in sctp_process_inpcb()
385 xinpcb->qlen, xinpcb->maxqlen); in sctp_process_inpcb()
390 buf1, xinpcb->qlen, xinpcb->maxqlen); in sctp_process_inpcb()
/freebsd/sys/netinet/
H A Dsctp_sysctl.c446 xinpcb.maxqlen = 0; in sctp_sysctl_handle_assoclist()
451 xinpcb.maxqlen = so->sol_qlimit; in sctp_sysctl_handle_assoclist()
H A Dsctp_uio.h1178 uint32_t maxqlen; member
/freebsd/usr.bin/sockstat/
H A Dsockstat.c432 if (xinpcb->maxqlen == 0) in gather_sctp()