Searched refs:fsk_count (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/sys/netpfil/ipfw/ |
| HD | ip_dummynet.c | 652 dn_cfg.fsk_count++; in fsk_new() 758 dn_cfg.fsk_count--; in fsk_detach() 1635 int oldc = dn_cfg.fsk_count; in config_fs() 1663 if (oldc != dn_cfg.fsk_count) /* new item */ in config_fs() 1965 DX(4, "still %d unlinked fs", dn_cfg.fsk_count); in dummynet_flush() 2148 need += dn_cfg.fsk_count * sizeof(uint32_t); in compute_space() 2153 need += dn_cfg.fsk_count * sizeof(uint32_t); in compute_space() 2170 need += dn_cfg.fsk_count * sizeof(struct dn_fs); in compute_space() 2307 dn_cfg.fsk_count, sizeof(struct dn_fs), DN_FS, in dummynet_get()
|
| HD | ip_dn_private.h | 129 int fsk_count; member
|
| HD | ip_dn_io.c | 219 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, fsk_count, 220 CTLFLAG_RD, DC(fsk_count), 0, "Number of flowsets");
|
| HD | ip_dn_glue.c | 571 need += dn_cfg.fsk_count * sizeof(struct dn_flow_set); in dn_compat_calc_size()
|