Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
A Dcls_api.c260 if (rtnl_held) in tcf_proto_lookup_ops()
263 if (rtnl_held) in tcf_proto_lookup_ops()
1215 if (rtnl_held) in __tcf_qdisc_find()
1359 if (rtnl_held) in tcf_block_release()
2190 if (rtnl_held || in tc_new_tfilter()
2267 rtnl_held); in tc_new_tfilter()
2306 if (!rtnl_held) in tc_new_tfilter()
2333 if (rtnl_held) in tc_new_tfilter()
2498 if (rtnl_held) in tc_del_tfilter()
2624 if (rtnl_held) in tc_get_tfilter()
[all …]
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
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
A Dcls_matchall.c127 static void mall_destroy(struct tcf_proto *tp, bool rtnl_held, in mall_destroy() argument
259 bool rtnl_held, struct netlink_ext_ack *extack) in mall_delete() argument
269 bool rtnl_held) in mall_walk() argument
338 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in mall_dump() argument
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
347 bool rtnl_held) in fw_walk() argument
370 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in fw_dump() argument
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
A Dcls_flower.c442 &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
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()
592 __fl_delete(tp, f, &last, rtnl_held, extack); in fl_destroy()
2370 bool rtnl_held) in fl_walk() argument
3331 fl_hw_update_stats(tp, f, rtnl_held); in fl_dump()
[all …]
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
574 bool rtnl_held) in route4_walk() argument
601 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in route4_dump() argument
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
583 struct sk_buff *skb, struct tcmsg *tm, bool rtnl_held) in cls_bpf_dump() argument
644 bool rtnl_held) in cls_bpf_walk() argument
A Dcls_flow.c569 bool rtnl_held, struct netlink_ext_ack *extack) in flow_delete() argument
593 static void flow_destroy(struct tcf_proto *tp, bool rtnl_held, in flow_destroy() argument
621 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in flow_dump() argument
682 bool rtnl_held) in flow_walk() argument
A Dcls_u32.c625 static void u32_destroy(struct tcf_proto *tp, bool rtnl_held, in u32_destroy() argument
660 bool rtnl_held, struct netlink_ext_ack *extack) in u32_delete() argument
1119 bool rtnl_held) in u32_walk() argument
1259 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in u32_dump() argument
A Dact_api.c1298 bool rtnl_held, in tc_action_load_ops() argument
1332 if (rtnl_held) in tc_action_load_ops()
1335 if (rtnl_held) in tc_action_load_ops()
/linux-6.3-rc2/include/net/
A Dpkt_cls.h596 void *type_data, bool err_stop, bool rtnl_held);
599 u32 *flags, unsigned int *in_hw_count, bool rtnl_held);
604 bool rtnl_held);
607 u32 *flags, unsigned int *in_hw_count, bool rtnl_held);
A Dsch_generic.h342 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
353 bool *last, bool rtnl_held,
357 struct tcf_walker *arg, bool rtnl_held);
382 struct tcmsg *t, bool rtnl_held);
A Dact_api.h211 bool rtnl_held,

Completed in 50 milliseconds