Home
last modified time | relevance | path

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

/openbsd/src/sys/netinet/
Dtcp_var.h432 u_int64_t tcps_sc_entry_limit; /* limit of syn cache entries */ member
617 tcps_sc_entry_limit, enumerator
Dtcp_usrreq.c1366 ASSIGN(tcps_sc_entry_limit); in tcp_sysctl_tcpstat()
1392 tcpstat.tcps_sc_entry_limit = atomic_load_int(&tcp_syn_cache_limit); in tcp_sysctl_tcpstat()
/openbsd/src/usr.bin/netstat/
Dinet.c497 p2bys(tcps_sc_entry_count, tcps_sc_entry_limit, in tcp_stats()