Home | History | Annotate | Download | only in tc

Lines Matching refs:parm

47 	struct tc_vlan parm = { 0 };
102 parm.action = TC_ACT_PIPE;
105 parm.action = TC_ACT_RECLASSIFY;
109 parm.action = TC_ACT_PIPE;
114 parm.action = TC_ACT_SHOT;
118 parm.action = TC_ACT_UNSPEC;
122 parm.action = TC_ACT_OK;
131 if (get_u32(&parm.index, *argv, 10)) {
146 parm.v_action = action;
149 addattr_l(n, MAX_MSG, TCA_VLAN_PARMS, &parm, sizeof(parm));
174 struct tc_vlan *parm;
185 parm = RTA_DATA(tb[TCA_VLAN_PARMS]);
189 switch(parm->v_action) {
206 fprintf(f, " %s", action_n2a(parm->action, b1, sizeof (b1)));
208 fprintf(f, "\n\t index %d ref %d bind %d", parm->index, parm->refcnt,
209 parm->bindcnt);