Home | History | Annotate | Download | only in tc

Lines Matching refs:sel

58 	struct tc_skbedit sel = { 0 };
94 sel.action = TC_ACT_RECLASSIFY;
97 sel.action = TC_ACT_PIPE;
101 sel.action = TC_ACT_SHOT;
104 sel.action = TC_ACT_UNSPEC;
107 sel.action = TC_ACT_OK;
115 if (get_u32(&sel.index, *argv, 10)) {
133 addattr_l(n, MAX_MSG, TCA_SKBEDIT_PARMS, &sel, sizeof(sel));
149 struct tc_skbedit *sel;
165 sel = RTA_DATA(tb[TCA_SKBEDIT_PARMS]);