Home | History | Annotate | Download | only in ip

Lines Matching refs:qlen

251 	int qlen = -1;
285 strcmp(*argv, "qlen") == 0 ||
288 if (qlen != -1)
290 if (get_integer(&qlen, *argv, 0))
292 addattr_l(&req->n, sizeof(*req), IFLA_TXQLEN, &qlen, 4);
572 static int set_qlen(const char *dev, int qlen)
583 ifr.ifr_qlen = qlen;
698 int qlen = -1;
724 strcmp(*argv, "qlen") == 0 ||
727 if (qlen != -1)
729 if (get_integer(&qlen, *argv, 0))
832 if (qlen != -1) {
833 if (set_qlen(dev, qlen) < 0)