Searched refs:schk_count (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dummynet.c | 869 dn_cfg.schk_count++; in schk_new() 908 dn_cfg.schk_count--; in schk_delete_cb() 2148 need += dn_cfg.schk_count * in compute_space() 2153 need += dn_cfg.schk_count * in compute_space() 2167 need += dn_cfg.schk_count * sizeof(struct dn_sch) / 2; in compute_space() 2169 need += dn_cfg.schk_count * sizeof(struct dn_id) / 2; in compute_space() 2174 need += dn_cfg.schk_count * sizeof(struct dn_link) / 2; in compute_space() 2307 dn_cfg.schk_count, sizeof(struct dn_sch), DN_SCH, in dummynet_get() 2308 dn_cfg.schk_count, sizeof(struct dn_link), DN_LINK, in dummynet_get()
|
| H A D | ip_dn_private.h | 129 int schk_count; member
|
| H A D | ip_dn_io.c | 222 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, schk_count, 223 CTLFLAG_RD, DC(schk_count), 0, "Number of schedulers");
|
| H A D | ip_dn_glue.c | 570 need += dn_cfg.schk_count * sizeof(struct dn_pipe8) / 2; in dn_compat_calc_size()
|