Home | History | Annotate | Download | only in tc

Lines Matching defs:sel

100 	struct tc_defact sel = {};
126 if (get_u32(&sel.index, *argv, 10)) {
148 sel.action = TC_ACT_PIPE;
152 addattr_l(n, MAX_MSG, TCA_DEF_PARMS, &sel, sizeof(sel));
164 struct tc_defact *sel;
177 sel = RTA_DATA(tb[TCA_DEF_PARMS]);
187 fprintf(f, "\t index %u ref %d bind %d", sel->index,
188 sel->refcnt, sel->bindcnt);