Lines Matching refs:rtnl_held
430 bool rtnl_held, struct netlink_ext_ack *extack) in fl_hw_destroy_filter() argument
440 &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_destroy_filter()
445 struct cls_fl_filter *f, bool rtnl_held, in fl_hw_replace_filter() argument
474 skip_sw, &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_replace_filter()
479 fl_hw_destroy_filter(tp, f, rtnl_held, NULL); in fl_hw_replace_filter()
490 bool rtnl_held) in fl_hw_update_stats() argument
501 rtnl_held); in fl_hw_update_stats()
536 bool *last, bool rtnl_held, in __fl_delete() argument
558 fl_hw_destroy_filter(tp, f, rtnl_held, extack); in __fl_delete()
576 static void fl_destroy(struct tcf_proto *tp, bool rtnl_held, in fl_destroy() argument
586 __fl_delete(tp, f, &last, rtnl_held, extack); in fl_destroy()
2150 bool rtnl_held = !(flags & TCA_ACT_FLAGS_NO_RTNL); in fl_change() local
2221 err = fl_hw_replace_filter(tp, fnew, rtnl_held, extack); in fl_change()
2272 fl_hw_destroy_filter(tp, fold, rtnl_held, NULL); in fl_change()
2319 fl_hw_destroy_filter(tp, fnew, rtnl_held, NULL); in fl_change()
2338 bool rtnl_held, struct netlink_ext_ack *extack) in fl_delete() argument
2345 err = __fl_delete(tp, f, &last_on_mask, rtnl_held, extack); in fl_delete()
2353 bool rtnl_held) in fl_walk() argument
3279 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in fl_dump() argument
3314 fl_hw_update_stats(tp, f, rtnl_held); in fl_dump()
3337 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in fl_terse_dump() argument
3362 fl_hw_update_stats(tp, f, rtnl_held); in fl_terse_dump()