Home
last modified time | relevance | path

Searched refs:lmin (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/test/
H A Dmain.c35 int lmin, lmax; /* packet len */ member
447 c->lmin = c->lmax = 1280; /* packet len */ in init()
480 c->lmin = getnum(av[1], NULL, av[0]); in init()
481 c->lmax = c->lmin; in init()
515 if (c->lmin <= 0) in init()
516 c->lmin = 1; in init()
/f-stack/freebsd/vm/
H A Dvm_init.c181 physmem_est = lmin(physmem, btoc(vm_map_max(kernel_map) - in vm_ksubmap_init()
H A Duma_core.c684 zdom->uzd_imin -= lmin(zdom->uzd_imin, bucket->ub_cnt); in zone_fetch_bucket()
/f-stack/freebsd/sys/
H A Dlibkern.h94 static __inline long lmin(long a, long b) { return (a < b ? a : b); } in lmin() function
/f-stack/freebsd/netinet/
H A Dtcp_timewait.c298 recwin = lmin(lmax(sbspace(&so->so_rcv), 0), in tcp_twstart()
H A Dtcp_output.c575 recwin = lmin(lmax(sbspace(&so->so_rcv), 0), in tcp_output()
/f-stack/freebsd/kern/
H A Dvfs_bio.c1211 hirunningspace = lmax(lmin(roundup(hibufspace / 64, maxbcachebuf), in bufinit()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c12068 recwin = lmin(lmax(sbspace(&so->so_rcv), 0), in bbr_output_wtime()
12747 recwin = lmin(lmax(sbspace(&so->so_rcv), 0), in bbr_output_wtime()
H A Drack.c12625 recwin = lmin(lmax(sbspace(&so->so_rcv), 0), in rack_output()