Lines Matching refs:rtnl_held
431 bool rtnl_held, struct netlink_ext_ack *extack) in fl_hw_destroy_filter() argument
441 &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_destroy_filter()
446 struct cls_fl_filter *f, bool rtnl_held, in fl_hw_replace_filter() argument
477 skip_sw, &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_replace_filter()
482 fl_hw_destroy_filter(tp, f, rtnl_held, NULL); in fl_hw_replace_filter()
493 bool rtnl_held) in fl_hw_update_stats() argument
504 rtnl_held); in fl_hw_update_stats()
539 bool *last, bool rtnl_held, in __fl_delete() argument
561 fl_hw_destroy_filter(tp, f, rtnl_held, extack); in __fl_delete()
579 static void fl_destroy(struct tcf_proto *tp, bool rtnl_held, in fl_destroy() argument
589 __fl_delete(tp, f, &last, rtnl_held, extack); in fl_destroy()
1984 bool rtnl_held = !(flags & TCA_ACT_FLAGS_NO_RTNL); in fl_change() local
2054 err = fl_hw_replace_filter(tp, fnew, rtnl_held, extack); in fl_change()
2105 fl_hw_destroy_filter(tp, fold, rtnl_held, NULL); in fl_change()
2152 fl_hw_destroy_filter(tp, fnew, rtnl_held, NULL); in fl_change()
2171 bool rtnl_held, struct netlink_ext_ack *extack) in fl_delete() argument
2178 err = __fl_delete(tp, f, &last_on_mask, rtnl_held, extack); in fl_delete()
2186 bool rtnl_held) in fl_walk() argument
3056 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in fl_dump() argument
3091 fl_hw_update_stats(tp, f, rtnl_held); in fl_dump()
3114 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in fl_terse_dump() argument
3139 fl_hw_update_stats(tp, f, rtnl_held); in fl_terse_dump()