Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Ddummynet.c1780 int lookup_depth, avg_pkt_size; in ipfw_config_pipe() local
1802 &avg_pkt_size, &len, NULL, 0) == -1) in ipfw_config_pipe()
1803 avg_pkt_size = 512; in ipfw_config_pipe()
1805 if (avg_pkt_size == 0) in ipfw_config_pipe()
1823 s = (double)ck.hz * avg_pkt_size * 8 / p.bandwidth; in ipfw_config_pipe()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_private.h242 int avg_pkt_size ; /* medium packet size */ member
H A Dip_dn_glue.c128 int avg_pkt_size ; /* medium packet size */ member
H A Dip_dummynet.c1256 fs->avg_pkt_size = dn_cfg.red_avg_pkt_size; in config_red()