kernel/net/sched/act_skbmod.c
.. .. @@ -147,7 +147,7 @@ 147 147 148 148 if (!exists) { 149 149 ret = tcf_idr_create(tn, index, est, a, 150 - &act_skbmod_ops, bind, true, 0);150 + &act_skbmod_ops, bind, true, flags);151 151 if (ret) { 152 152 tcf_idr_cleanup(tn, index); 153 153 return ret;