Lines Matching refs:handle
27 static int tcindex_parse_opt(struct filter_util *qu, char *handle, int argc,
34 if (handle) {
35 t->tcm_handle = strtoul(handle,&end,0);
92 __u32 handle;
95 if (get_tc_classid(&handle,*argv)) {
99 addattr_l(n, 4096, TCA_TCINDEX_CLASSID, &handle, 4);
122 struct rtattr *opt, __u32 handle)
131 if (handle != ~0) fprintf(f,"handle 0x%04x ",handle);