Home
last modified time | relevance | path

Searched defs:rtnl_held (Results 1 – 12 of 12) sorted by relevance

/linux-6.6.21/net/sched/
Dcls_cgroup.c134 static void cls_cgroup_destroy(struct tcf_proto *tp, bool rtnl_held, in cls_cgroup_destroy()
149 bool rtnl_held, struct netlink_ext_ack *extack) in cls_cgroup_delete()
155 bool rtnl_held) in cls_cgroup_walk()
173 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in cls_cgroup_dump()
Dcls_basic.c108 static void basic_destroy(struct tcf_proto *tp, bool rtnl_held, in basic_destroy()
128 bool rtnl_held, struct netlink_ext_ack *extack) in basic_delete()
250 bool rtnl_held) in basic_walk()
270 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in basic_dump()
Dcls_matchall.c127 static void mall_destroy(struct tcf_proto *tp, bool rtnl_held, in mall_destroy()
248 bool rtnl_held, struct netlink_ext_ack *extack) in mall_delete()
258 bool rtnl_held) in mall_walk()
327 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in mall_dump()
Dcls_api.c249 tcf_proto_lookup_ops(const char *kind, bool rtnl_held, in tcf_proto_lookup_ops()
374 bool rtnl_held, in tcf_proto_create()
415 static void tcf_proto_destroy(struct tcf_proto *tp, bool rtnl_held, in tcf_proto_destroy()
426 static void tcf_proto_put(struct tcf_proto *tp, bool rtnl_held, in tcf_proto_put()
720 static void tcf_chain_flush(struct tcf_chain *chain, bool rtnl_held) in tcf_chain_flush()
1130 static void tcf_block_flush_all_chains(struct tcf_block *block, bool rtnl_held) in tcf_block_flush_all_chains()
1150 u32 *parent, int ifindex, bool rtnl_held, in __tcf_qdisc_find()
1282 struct tcf_block_ext_info *ei, bool rtnl_held) in __tcf_block_put()
1309 static void tcf_block_refcnt_put(struct tcf_block *block, bool rtnl_held) in tcf_block_refcnt_put()
1353 bool rtnl_held) in tcf_block_release()
[all …]
Dcls_fw.c132 static void fw_destroy(struct tcf_proto *tp, bool rtnl_held, in fw_destroy()
157 bool rtnl_held, struct netlink_ext_ack *extack) in fw_delete()
346 bool rtnl_held) in fw_walk()
369 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in fw_dump()
Dcls_bpf.c304 bool rtnl_held, struct netlink_ext_ack *extack) in cls_bpf_delete()
313 static void cls_bpf_destroy(struct tcf_proto *tp, bool rtnl_held, in cls_bpf_destroy()
578 struct sk_buff *skb, struct tcmsg *tm, bool rtnl_held) in cls_bpf_dump()
639 bool rtnl_held) in cls_bpf_walk()
Dcls_route.c277 static void route4_destroy(struct tcf_proto *tp, bool rtnl_held, in route4_destroy()
314 bool rtnl_held, struct netlink_ext_ack *extack) in route4_delete()
573 bool rtnl_held) in route4_walk()
600 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in route4_dump()
Dcls_flow.c569 bool rtnl_held, struct netlink_ext_ack *extack) in flow_delete()
593 static void flow_destroy(struct tcf_proto *tp, bool rtnl_held, in flow_destroy()
621 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in flow_dump()
682 bool rtnl_held) in flow_walk()
Dcls_flower.c438 bool rtnl_held, struct netlink_ext_ack *extack) in fl_hw_destroy_filter()
453 struct cls_fl_filter *f, bool rtnl_held, in fl_hw_replace_filter()
498 bool rtnl_held) in fl_hw_update_stats()
548 bool *last, bool rtnl_held, in __fl_delete()
588 static void fl_destroy(struct tcf_proto *tp, bool rtnl_held, in fl_destroy()
2235 bool rtnl_held = !(flags & TCA_ACT_FLAGS_NO_RTNL); in fl_change() local
2480 bool rtnl_held, struct netlink_ext_ack *extack) in fl_delete()
2495 bool rtnl_held) in fl_walk()
3494 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in fl_dump()
3552 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in fl_terse_dump()
Dact_ife.c265 static int load_metaops_and_vet(u32 metaid, void *val, int len, bool rtnl_held) in load_metaops_and_vet()
439 static int load_metalist(struct nlattr **tb, bool rtnl_held) in load_metalist()
459 bool exists, bool rtnl_held) in populate_metalist()
Dcls_u32.c625 static void u32_destroy(struct tcf_proto *tp, bool rtnl_held, in u32_destroy()
660 bool rtnl_held, struct netlink_ext_ack *extack) in u32_delete()
1190 bool rtnl_held) in u32_walk()
1330 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in u32_dump()
Dact_api.c1298 bool rtnl_held, in tc_action_load_ops()