Home
last modified time | relevance | path

Searched defs:hiwat (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/net/
H A Dpf_syncookies.c120 uint32_t hiwat; /* absolute; # of states */ member
158 pf_syncookies_setwats(u_int32_t hiwat, u_int32_t lowat) in pf_syncookies_setwats() argument
H A Dpfvar.h1506 u_int32_t hiwat; global() member
/openbsd-src/sys/uvm/
H A Duvm_km.h65 int hiwat; member
/openbsd-src/sys/kern/
H A Dtty.c1696 hiwat = tp->t_hiwat; in ttycheckoutq() local
1726 int hiwat, error, s; ttwrite() local
[all...]
/openbsd-src/sys/dev/ic/
H A Dbt8xx.h54 short hiwat; /* stop transfer if > this number */ member
182 int hiwat; /* kernel stops capture if > this number. member
/openbsd-src/sys/netinet/
H A Dtcp_subr.c560 tcp_rscale(struct tcpcb *tp, u_long hiwat) in tcp_rscale() argument
/openbsd-src/sbin/pfctl/
H A Dpfctl.c1945 pfctl_set_synflwats(struct pfctl *pf, u_int32_t lowat, u_int32_t hiwat) in pfctl_set_synflwats()