Searched refs:fsk_count (Results 1 – 3 of 3) sorted by relevance
| /src/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() 2209 need += V_dn_cfg.fsk_count * sizeof(struct dn_fs); in compute_space() 2333 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 | 212 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, fsk_count, 213 CTLFLAG_RD | CTLFLAG_VNET, DC(fsk_count), 0, "Number of flowsets");
|