Searched refs:fsk_count (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dummynet.c | 654 dn_cfg.fsk_count++; in fsk_new() 760 dn_cfg.fsk_count--; in fsk_detach() 1637 int oldc = dn_cfg.fsk_count; in config_fs() 1665 if (oldc != dn_cfg.fsk_count) /* new item */ in config_fs() 1967 DX(4, "still %d unlinked fs", dn_cfg.fsk_count); in dummynet_flush() 2150 need += dn_cfg.fsk_count * sizeof(uint32_t); in compute_space() 2155 need += dn_cfg.fsk_count * sizeof(uint32_t); in compute_space() 2172 need += dn_cfg.fsk_count * sizeof(struct dn_fs); in compute_space() 2309 dn_cfg.fsk_count, sizeof(struct dn_fs), DN_FS, in dummynet_get()
|
| H A D | ip_dn_private.h | 131 int fsk_count; member
|
| H A D | ip_dn_io.c | 226 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, fsk_count, 227 CTLFLAG_RD, DC(fsk_count), 0, "Number of flowsets");
|
| H A D | ip_dn_glue.c | 571 need += dn_cfg.fsk_count * sizeof(struct dn_flow_set); in dn_compat_calc_size()
|