Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_aqm.h112 int cfg_ref_count; /*Number of AQM instances in the system */ member
H A Ddn_aqm_codel.c389 codel_desc.cfg_ref_count++; in aqm_codel_config()
406 codel_desc.cfg_ref_count--; in aqm_codel_deconfig()
H A Ddn_aqm_pie.c752 pie_desc.cfg_ref_count++; in aqm_pie_config()
766 pie_desc.cfg_ref_count--; in aqm_pie_deconfig()
798 _SI( .cfg_ref_count = ) 0,
H A Dip_dummynet.c2768 err = (r->ref_count != 0 || r->cfg_ref_count != 0) ? EBUSY : 0; in unload_dn_aqm()
2776 D("ref_count=%d, cfg_ref_count=%d", r->ref_count, r->cfg_ref_count); in unload_dn_aqm()