getconfig
int (*getconfig)(struct dn_fsk *, struct dn_extra_parms *);
_SI( .getconfig = ) aqm_codel_getconfig,
_SI( .getconfig = ) aqm_pie_getconfig,
int (*getconfig)(struct dn_schk *, struct dn_extra_parms *);
_SI( .getconfig = ) NULL,
_SI( .getconfig = ) fq_codel_getconfig,
_SI( .getconfig = ) fq_pie_getconfig,
_SI( .getconfig = ) NULL,
_SI( .getconfig = ) NULL,
_SI( .getconfig = ) NULL,
_SI( .getconfig = ) NULL,
if (fs->aqmfp && fs->aqmfp->getconfig) {
if(fs->aqmfp->getconfig(fs, ep)) {
if (schk->fp && schk->fp->getconfig) {
if(schk->fp->getconfig(schk, ep)) {
if (getconfig(ifi) == NULL) {
extern struct ifinfo *getconfig(struct ifinfo *);