/kernel/linux/linux-5.10/net/sched/ |
D | cls_api.c | 129 tcf_proto_lookup_ops(const char *kind, bool rtnl_held, in tcf_proto_lookup_ops() argument 138 if (rtnl_held) in tcf_proto_lookup_ops() 141 if (rtnl_held) in tcf_proto_lookup_ops() 253 bool rtnl_held, in tcf_proto_create() argument 263 tp->ops = tcf_proto_lookup_ops(kind, rtnl_held, extack); in tcf_proto_create() 294 static void tcf_proto_destroy(struct tcf_proto *tp, bool rtnl_held, in tcf_proto_destroy() argument 297 tp->ops->destroy(tp, rtnl_held, extack); in tcf_proto_destroy() 305 static void tcf_proto_put(struct tcf_proto *tp, bool rtnl_held, in tcf_proto_put() argument 309 tcf_proto_destroy(tp, rtnl_held, true, extack); in tcf_proto_put() 596 static void tcf_chain_flush(struct tcf_chain *chain, bool rtnl_held) in tcf_chain_flush() argument [all …]
|
D | cls_cgroup.c | 79 void **arg, bool ovr, bool rtnl_held, in cls_cgroup_change() argument 132 static void cls_cgroup_destroy(struct tcf_proto *tp, bool rtnl_held, in cls_cgroup_destroy() argument 147 bool rtnl_held, struct netlink_ext_ack *extack) in cls_cgroup_delete() argument 153 bool rtnl_held) in cls_cgroup_walk() argument 171 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in cls_cgroup_dump() argument
|
D | cls_basic.c | 106 static void basic_destroy(struct tcf_proto *tp, bool rtnl_held, in basic_destroy() argument 126 bool rtnl_held, struct netlink_ext_ack *extack) in basic_delete() argument 173 bool rtnl_held, struct netlink_ext_ack *extack) in basic_change() argument 248 bool rtnl_held) in basic_walk() argument 280 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in basic_dump() argument
|
D | act_ife.c | 265 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 482 int ovr, int bind, bool rtnl_held, in tcf_ife_init() argument 535 err = load_metalist(tb2, rtnl_held); in tcf_ife_init() 603 err = populate_metalist(ife, tb2, exists, rtnl_held); in tcf_ife_init()
|
D | cls_matchall.c | 128 static void mall_destroy(struct tcf_proto *tp, bool rtnl_held, in mall_destroy() argument 186 void **arg, bool ovr, bool rtnl_held, in mall_change() argument 260 bool rtnl_held, struct netlink_ext_ack *extack) in mall_delete() argument 270 bool rtnl_held) in mall_walk() argument 348 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in mall_dump() argument
|
D | cls_fw.c | 130 static void fw_destroy(struct tcf_proto *tp, bool rtnl_held, in fw_destroy() argument 155 bool rtnl_held, struct netlink_ext_ack *extack) in fw_delete() argument 240 bool ovr, bool rtnl_held, in fw_change() argument 346 bool rtnl_held) in fw_walk() argument 376 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in fw_dump() argument
|
D | cls_flower.c | 424 bool rtnl_held, struct netlink_ext_ack *extack) in fl_hw_destroy_filter() argument 434 &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_destroy_filter() 439 struct cls_fl_filter *f, bool rtnl_held, in fl_hw_replace_filter() argument 470 skip_sw, &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_replace_filter() 475 fl_hw_destroy_filter(tp, f, rtnl_held, NULL); in fl_hw_replace_filter() 486 bool rtnl_held) in fl_hw_update_stats() argument 497 rtnl_held); in fl_hw_update_stats() 532 bool *last, bool rtnl_held, in __fl_delete() argument 554 fl_hw_destroy_filter(tp, f, rtnl_held, extack); in __fl_delete() 572 static void fl_destroy(struct tcf_proto *tp, bool rtnl_held, in fl_destroy() argument [all …]
|
D | cls_route.c | 275 static void route4_destroy(struct tcf_proto *tp, bool rtnl_held, in route4_destroy() argument 312 bool rtnl_held, struct netlink_ext_ack *extack) in route4_delete() argument 473 bool rtnl_held, struct netlink_ext_ack *extack) in route4_change() argument 572 bool rtnl_held) in route4_walk() argument 606 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in route4_dump() argument
|
D | cls_tcindex.c | 199 bool rtnl_held, struct netlink_ext_ack *extack) in tcindex_delete() argument 551 bool rtnl_held, struct netlink_ext_ack *extack) in tcindex_change() argument 576 bool rtnl_held) in tcindex_walk() argument 612 static void tcindex_destroy(struct tcf_proto *tp, bool rtnl_held, in tcindex_destroy() argument 647 tcindex_delete(tp, &f->result, &last, rtnl_held, NULL); in tcindex_destroy() 656 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in tcindex_dump() argument
|
D | cls_flow.c | 390 void **arg, bool ovr, bool rtnl_held, in flow_change() argument 567 bool rtnl_held, struct netlink_ext_ack *extack) in flow_delete() argument 591 static void flow_destroy(struct tcf_proto *tp, bool rtnl_held, in flow_destroy() argument 619 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in flow_dump() argument 680 bool rtnl_held) in flow_walk() argument
|
D | cls_bpf.c | 303 bool rtnl_held, struct netlink_ext_ack *extack) in cls_bpf_delete() argument 312 static void cls_bpf_destroy(struct tcf_proto *tp, bool rtnl_held, in cls_bpf_destroy() argument 461 void **arg, bool ovr, bool rtnl_held, in cls_bpf_change() argument 582 struct sk_buff *skb, struct tcmsg *tm, bool rtnl_held) in cls_bpf_dump() argument 648 bool rtnl_held) in cls_bpf_walk() argument
|
D | cls_rsvp.h | 311 static void rsvp_destroy(struct tcf_proto *tp, bool rtnl_held, in rsvp_destroy() argument 341 bool rtnl_held, struct netlink_ext_ack *extack) in rsvp_delete() argument 475 void **arg, bool ovr, bool rtnl_held, in rsvp_change() argument 657 bool rtnl_held) in rsvp_walk() argument 691 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in rsvp_dump() argument
|
D | act_api.c | 940 bool rtnl_held, in tc_action_load_ops() argument 974 if (rtnl_held) in tc_action_load_ops() 977 if (rtnl_held) in tc_action_load_ops() 1004 bool rtnl_held, in tcf_action_init_1() argument 1033 rtnl_held, tp, flags.value, extack); in tcf_action_init_1() 1035 err = a_o->init(net, nla, est, &a, ovr, bind, rtnl_held, in tcf_action_init_1() 1063 bool rtnl_held, struct netlink_ext_ack *extack) in tcf_action_init() argument 1080 a_o = tc_action_load_ops(name, tb[i], rtnl_held, extack); in tcf_action_init() 1090 ops[i - 1], &init_res[i - 1], rtnl_held, in tcf_action_init()
|
D | cls_u32.c | 623 static void u32_destroy(struct tcf_proto *tp, bool rtnl_held, in u32_destroy() argument 658 bool rtnl_held, struct netlink_ext_ack *extack) in u32_delete() argument 847 struct nlattr **tca, void **arg, bool ovr, bool rtnl_held, in u32_change() argument 1111 bool rtnl_held) in u32_walk() argument 1271 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in u32_dump() argument
|
D | act_simple.c | 88 int ovr, int bind, bool rtnl_held, in tcf_simp_init() argument
|
D | act_connmark.c | 99 int ovr, int bind, bool rtnl_held, in tcf_connmark_init() argument
|
D | act_gact.c | 55 int ovr, int bind, bool rtnl_held, in tcf_gact_init() argument
|
D | act_skbmod.c | 85 int ovr, int bind, bool rtnl_held, in tcf_skbmod_init() argument
|
D | act_nat.c | 38 bool rtnl_held, struct tcf_proto *tp, in tcf_nat_init() argument
|
D | act_sample.c | 38 int bind, bool rtnl_held, struct tcf_proto *tp, in tcf_sample_init() argument
|
D | act_skbedit.c | 99 int ovr, int bind, bool rtnl_held, in tcf_skbedit_init() argument
|
D | act_ctinfo.c | 157 int ovr, int bind, bool rtnl_held, in tcf_ctinfo_init() argument
|
/kernel/linux/linux-5.10/include/net/ |
D | act_api.h | 103 int bind, bool rtnl_held, struct tcf_proto *tp, 184 bool rtnl_held, struct netlink_ext_ack *extack); 186 bool rtnl_held, 192 bool rtnl_held,
|
D | pkt_cls.h | 51 struct tcf_proto *tp, bool rtnl_held); 330 struct tcf_exts *exts, bool ovr, bool rtnl_held, 544 void *type_data, bool err_stop, bool rtnl_held); 547 u32 *flags, unsigned int *in_hw_count, bool rtnl_held); 552 bool rtnl_held); 555 u32 *flags, unsigned int *in_hw_count, bool rtnl_held);
|
D | sch_generic.h | 334 void (*destroy)(struct tcf_proto *tp, bool rtnl_held, 345 bool *last, bool rtnl_held, 349 struct tcf_walker *arg, bool rtnl_held); 372 struct tcmsg *t, bool rtnl_held);
|