kernel/net/sched/act_bpf.c
.. .. @@ -307,7 +307,7 @@ 307 307 ret = tcf_idr_check_alloc(tn, &index, act, bind); 308 308 if (!ret) { 309 309 ret = tcf_idr_create(tn, index, est, act, 310 - &act_bpf_ops, bind, true, 0);310 + &act_bpf_ops, bind, true, flags);311 311 if (ret < 0) { 312 312 tcf_idr_cleanup(tn, index); 313 313 return ret;