Searched refs:schk_count (Results 1 – 3 of 3) sorted by relevance
| /src/sys/netpfil/ipfw/ |
| H A D | ip_dummynet.c | 892 V_dn_cfg.schk_count++; in schk_new() 930 V_dn_cfg.schk_count--; in schk_delete_cb() 2188 need += V_dn_cfg.schk_count * in compute_space() 2193 need += V_dn_cfg.schk_count * in compute_space() 2204 need += V_dn_cfg.schk_count * sizeof(struct dn_sch) / 2; in compute_space() 2206 need += V_dn_cfg.schk_count * sizeof(struct dn_id) / 2; in compute_space() 2211 need += V_dn_cfg.schk_count * sizeof(struct dn_link) / 2; in compute_space() 2331 V_dn_cfg.schk_count, sizeof(struct dn_sch), DN_SCH, in dummynet_get() 2332 V_dn_cfg.schk_count, sizeof(struct dn_link), DN_LINK, in dummynet_get()
|
| H A D | ip_dn_private.h | 127 int schk_count; member
|
| H A D | ip_dn_io.c | 208 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, schk_count, 209 CTLFLAG_RD | CTLFLAG_VNET, DC(schk_count), 0, "Number of schedulers");
|