Lines Matching refs:handle
72 __u32 handle;
76 if (get_tc_classid(&handle, *argv))
78 req.t.tcm_handle = handle;
79 } else if (strcmp(*argv, "handle") == 0) {
80 fprintf(stderr, "Error: try \"classid\" instead of \"handle\"\n");
89 __u32 handle;
93 if (get_tc_classid(&handle, *argv))
95 req.t.tcm_parent = handle;
269 __u32 handle;
273 if (get_tc_classid(&handle, *argv))
275 t.tcm_parent = handle;