Home | History | Annotate | Download | only in ip

Lines Matching defs:qlen

278 	int qlen = -1;
313 strcmp(*argv, "qlen") == 0 ||
316 if (qlen != -1)
318 if (get_integer(&qlen, *argv, 0))
320 addattr_l(&req->n, sizeof(*req), IFLA_TXQLEN, &qlen, 4);
661 static int set_qlen(const char *dev, int qlen)
672 ifr.ifr_qlen = qlen;
787 int qlen = -1;
813 strcmp(*argv, "qlen") == 0 ||
816 if (qlen != -1)
818 if (get_integer(&qlen, *argv, 0))
919 if (qlen != -1) {
920 if (set_qlen(dev, qlen) < 0)