kernel/net/sched/act_connmark.c
.. .. @@ -124,7 +124,7 @@ 124 124 ret = tcf_idr_check_alloc(tn, &index, a, bind); 125 125 if (!ret) { 126 126 ret = tcf_idr_create(tn, index, est, a, 127 - &act_connmark_ops, bind, false, 0);127 + &act_connmark_ops, bind, false, flags);128 128 if (ret) { 129 129 tcf_idr_cleanup(tn, index); 130 130 return ret;