Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_dummynet.c678 V_dn_cfg.fsk_count++; in fsk_new()
783 V_dn_cfg.fsk_count--; in fsk_detach()
1658 int oldc = V_dn_cfg.fsk_count; in config_fs()
1686 if (oldc != V_dn_cfg.fsk_count) /* new item */ in config_fs()
1988 DX(4, "still %d unlinked fs", V_dn_cfg.fsk_count); in dummynet_flush()
2190 need += V_dn_cfg.fsk_count * sizeof(uint32_t); in compute_space()
2195 need += V_dn_cfg.fsk_count * sizeof(uint32_t); in compute_space()
2212 need += V_dn_cfg.fsk_count * sizeof(struct dn_fs); in compute_space()
2352 V_dn_cfg.fsk_count, sizeof(struct dn_fs), DN_FS, in dummynet_get()
H A Dip_dn_private.h129 int fsk_count; member
H A Dip_dn_io.c208 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, fsk_count,
209 CTLFLAG_RD | CTLFLAG_VNET, DC(fsk_count), 0, "Number of flowsets");
H A Dip_dn_glue.c573 need += V_dn_cfg.fsk_count * sizeof(struct dn_flow_set); in dn_compat_calc_size()