Lines Matching refs:rtnl_held

432 				 bool rtnl_held, struct netlink_ext_ack *extack)  in fl_hw_destroy_filter()  argument
442 &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_destroy_filter()
447 struct cls_fl_filter *f, bool rtnl_held, in fl_hw_replace_filter() argument
476 skip_sw, &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_replace_filter()
481 fl_hw_destroy_filter(tp, f, rtnl_held, NULL); in fl_hw_replace_filter()
492 bool rtnl_held) in fl_hw_update_stats() argument
503 rtnl_held); in fl_hw_update_stats()
542 bool *last, bool rtnl_held, in __fl_delete() argument
564 fl_hw_destroy_filter(tp, f, rtnl_held, extack); in __fl_delete()
582 static void fl_destroy(struct tcf_proto *tp, bool rtnl_held, in fl_destroy() argument
592 __fl_delete(tp, f, &last, rtnl_held, extack); in fl_destroy()
2156 bool rtnl_held = !(flags & TCA_ACT_FLAGS_NO_RTNL); in fl_change() local
2257 err = fl_hw_replace_filter(tp, fnew, rtnl_held, extack); in fl_change()
2308 fl_hw_destroy_filter(tp, fold, rtnl_held, NULL); in fl_change()
2335 fl_hw_destroy_filter(tp, fnew, rtnl_held, NULL); in fl_change()
2355 bool rtnl_held, struct netlink_ext_ack *extack) in fl_delete() argument
2362 err = __fl_delete(tp, f, &last_on_mask, rtnl_held, extack); in fl_delete()
2370 bool rtnl_held) in fl_walk() argument
3296 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in fl_dump() argument
3331 fl_hw_update_stats(tp, f, rtnl_held); in fl_dump()
3354 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in fl_terse_dump() argument
3379 fl_hw_update_stats(tp, f, rtnl_held); in fl_terse_dump()