Searched refs:fsk_count (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_dummynet.c | 678 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 D | ip_dn_private.h | 129 int fsk_count; member
|
H A D | ip_dn_io.c | 208 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, fsk_count, 209 CTLFLAG_RD | CTLFLAG_VNET, DC(fsk_count), 0, "Number of flowsets");
|
H A D | ip_dn_glue.c | 573 need += V_dn_cfg.fsk_count * sizeof(struct dn_flow_set); in dn_compat_calc_size()
|