Home | History | Annotate | Download | only in src

Lines Matching refs:ifqueue

456   u_short ifqueue;
472 ifqueue = nlinks > bundle->cfg.ifqueue ? nlinks : bundle->cfg.ifqueue;
473 if (queued < ifqueue) {
843 bundle.cfg.ifqueue = DEF_IFQUEUE;
1079 arg->bundle->cfg.ifqueue);