Home
last modified time | relevance | path

Searched refs:rtnl_held (Results 1 – 22 of 22) sorted by relevance

/linux-6.15/net/sched/
H A Dcls_api.c258 if (rtnl_held) in tcf_proto_lookup_ops()
261 if (rtnl_held) in tcf_proto_lookup_ops()
1246 if (rtnl_held) in __tcf_qdisc_find()
1390 if (rtnl_held) in tcf_block_release()
2304 if (rtnl_held || in tc_new_tfilter()
2380 rtnl_held); in tc_new_tfilter()
2419 if (!rtnl_held) in tc_new_tfilter()
2447 if (rtnl_held) in tc_new_tfilter()
2614 if (rtnl_held) in tc_del_tfilter()
2743 if (rtnl_held) in tc_get_tfilter()
[all …]
H A Dcls_cgroup.c134 static void cls_cgroup_destroy(struct tcf_proto *tp, bool rtnl_held, in cls_cgroup_destroy() argument
149 bool rtnl_held, struct netlink_ext_ack *extack) in cls_cgroup_delete() argument
155 bool rtnl_held) in cls_cgroup_walk() argument
173 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in cls_cgroup_dump() argument
H A Dcls_basic.c108 static void basic_destroy(struct tcf_proto *tp, bool rtnl_held, in basic_destroy() argument
128 bool rtnl_held, struct netlink_ext_ack *extack) in basic_delete() argument
250 bool rtnl_held) in basic_walk() argument
270 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in basic_dump() argument
H A Dcls_matchall.c127 static void mall_destroy(struct tcf_proto *tp, bool rtnl_held, in mall_destroy() argument
250 bool rtnl_held, struct netlink_ext_ack *extack) in mall_delete() argument
260 bool rtnl_held) in mall_walk() argument
329 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in mall_dump() argument
H A Dcls_fw.c132 static void fw_destroy(struct tcf_proto *tp, bool rtnl_held, in fw_destroy() argument
157 bool rtnl_held, struct netlink_ext_ack *extack) in fw_delete() argument
346 bool rtnl_held) in fw_walk() argument
369 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in fw_dump() argument
H A Dact_ife.c265 static int load_metaops_and_vet(u32 metaid, void *val, int len, bool rtnl_held) in load_metaops_and_vet() argument
273 if (rtnl_held) in load_metaops_and_vet()
276 if (rtnl_held) in load_metaops_and_vet()
439 static int load_metalist(struct nlattr **tb, bool rtnl_held) in load_metalist() argument
449 rc = load_metaops_and_vet(i, val, len, rtnl_held); in load_metalist()
459 bool exists, bool rtnl_held) in populate_metalist() argument
H A Dcls_route.c277 static void route4_destroy(struct tcf_proto *tp, bool rtnl_held, in route4_destroy() argument
314 bool rtnl_held, struct netlink_ext_ack *extack) in route4_delete() argument
578 bool rtnl_held) in route4_walk() argument
605 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in route4_dump() argument
H A Dcls_flower.c459 &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_destroy_filter()
464 struct cls_fl_filter *f, bool rtnl_held, in fl_hw_replace_filter() argument
498 fl_hw_destroy_filter(tp, f, rtnl_held, NULL); in fl_hw_replace_filter()
509 bool rtnl_held) in fl_hw_update_stats() argument
520 rtnl_held); in fl_hw_update_stats()
559 bool *last, bool rtnl_held, in __fl_delete() argument
581 fl_hw_destroy_filter(tp, f, rtnl_held, extack); in __fl_delete()
609 __fl_delete(tp, f, &last, rtnl_held, extack); in fl_destroy()
2627 bool rtnl_held) in fl_walk() argument
3724 fl_hw_update_stats(tp, f, rtnl_held); in fl_dump()
[all …]
H A Dcls_flow.c570 bool rtnl_held, struct netlink_ext_ack *extack) in flow_delete() argument
594 static void flow_destroy(struct tcf_proto *tp, bool rtnl_held, in flow_destroy() argument
622 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in flow_dump() argument
683 bool rtnl_held) in flow_walk() argument
H A Dcls_bpf.c304 bool rtnl_held, struct netlink_ext_ack *extack) in cls_bpf_delete() argument
313 static void cls_bpf_destroy(struct tcf_proto *tp, bool rtnl_held, in cls_bpf_destroy() argument
580 struct sk_buff *skb, struct tcmsg *tm, bool rtnl_held) in cls_bpf_dump() argument
641 bool rtnl_held) in cls_bpf_walk() argument
H A Dcls_u32.c635 static void u32_destroy(struct tcf_proto *tp, bool rtnl_held, in u32_destroy() argument
670 bool rtnl_held, struct netlink_ext_ack *extack) in u32_delete() argument
1204 bool rtnl_held) in u32_walk() argument
1344 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in u32_dump() argument
H A Dact_api.c1360 bool rtnl_held = !(flags & TCA_ACT_FLAGS_NO_RTNL); in tc_action_load_ops() local
1362 if (rtnl_held) in tc_action_load_ops()
1365 if (rtnl_held) in tc_action_load_ops()
/linux-6.15/include/net/
H A Dfib_rules.h203 struct netlink_ext_ack *extack, bool rtnl_held);
205 struct netlink_ext_ack *extack, bool rtnl_held);
H A Dpkt_cls.h594 void *type_data, bool err_stop, bool rtnl_held);
597 u32 *flags, unsigned int *in_hw_count, bool rtnl_held);
602 bool rtnl_held);
605 u32 *flags, unsigned int *in_hw_count, bool rtnl_held);
H A Dsch_generic.h345 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
356 bool *last, bool rtnl_held,
360 struct tcf_walker *arg, bool rtnl_held);
389 struct tcmsg *t, bool rtnl_held);
H A Dip_fib.h272 bool rtnl_held; member
/linux-6.15/net/core/
H A Dfib_rules.c874 struct netlink_ext_ack *extack, bool rtnl_held) in fib_newrule() argument
906 if (!rtnl_held) in fib_newrule()
976 if (!rtnl_held) in fib_newrule()
986 if (!rtnl_held) in fib_newrule()
1002 struct netlink_ext_ack *extack, bool rtnl_held) in fib_delrule() argument
1034 if (!rtnl_held) in fib_delrule()
1093 if (!rtnl_held) in fib_delrule()
1104 if (!rtnl_held) in fib_delrule()
/linux-6.15/net/ipv4/
H A Dfib_frontend.c948 if (filter->rtnl_held) in ip_valid_fib_dump_req()
994 if (filter->rtnl_held) in ip_valid_fib_dump_req()
1022 .rtnl_held = false, in inet_dump_fib()
H A Dipmr.c2611 .rtnl_held = true, in ipmr_rtm_dumproute()
/linux-6.15/net/mpls/
H A Daf_mpls.c2165 .rtnl_held = true, in mpls_dump_routes()
/linux-6.15/net/ipv6/
H A Dip6mr.c2618 .rtnl_held = true, in ip6mr_rtm_dumproute()
H A Dip6_fib.c619 .filter.rtnl_held = false, in inet6_dump_fib()