Lines Matching refs:action
42 int action = 0;
56 if (action) {
57 fprintf(stderr, "unexpected \"%s\" - action already specified\n",
62 action = TCA_VLAN_ACT_POP;
64 if (action) {
65 fprintf(stderr, "unexpected \"%s\" - action already specified\n",
70 action = TCA_VLAN_ACT_PUSH;
72 if (action != TCA_VLAN_ACT_PUSH) {
83 if (action != TCA_VLAN_ACT_PUSH) {
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;
140 if (action == TCA_VLAN_ACT_PUSH && !id_set) {
146 parm.v_action = action;
206 fprintf(f, " %s", action_n2a(parm->action, b1, sizeof (b1)));