Home | History | Annotate | Download | only in tc

Lines Matching refs:handle

38 static int basic_parse_opt(struct filter_util *qu, char *handle,
48 if (handle) {
49 h = strtol(handle, NULL, 0);
51 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n",
52 handle);
72 unsigned handle;
74 if (get_tc_classid(&handle, *argv)) {
78 addattr_l(n, MAX_MSG, TCA_BASIC_CLASSID, &handle, 4);
110 struct rtattr *opt, __u32 handle)
119 if (handle)
120 fprintf(f, "handle 0x%x ", handle);