Home
last modified time | relevance | path

Searched refs:schk_count (Results 1 – 3 of 3) sorted by relevance

/src/sys/netpfil/ipfw/
H A Dip_dummynet.c892 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 Dip_dn_private.h127 int schk_count; member
H A Dip_dn_io.c208 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, schk_count,
209 CTLFLAG_RD | CTLFLAG_VNET, DC(schk_count), 0, "Number of schedulers");