Home
last modified time | relevance | path

Searched refs:tcf_proto_ops (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/net/sched/
Dcls_api.c109 static const struct tcf_proto_ops *__tcf_proto_lookup_ops(const char *kind) in __tcf_proto_lookup_ops()
111 const struct tcf_proto_ops *t, *res = NULL; in __tcf_proto_lookup_ops()
127 static const struct tcf_proto_ops *
131 const struct tcf_proto_ops *ops; in tcf_proto_lookup_ops()
159 int register_tcf_proto_ops(struct tcf_proto_ops *ops) in register_tcf_proto_ops()
161 struct tcf_proto_ops *t; in register_tcf_proto_ops()
179 int unregister_tcf_proto_ops(struct tcf_proto_ops *ops) in unregister_tcf_proto_ops()
181 struct tcf_proto_ops *t; in unregister_tcf_proto_ops()
232 const struct tcf_proto_ops *ops; in tcf_proto_is_unlocked()
532 static void tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops,
[all …]
Dcls_cgroup.c198 static struct tcf_proto_ops cls_cgroup_ops __read_mostly = {
Dcls_basic.c323 static struct tcf_proto_ops cls_basic_ops __read_mostly = {
Dcls_matchall.c404 static struct tcf_proto_ops cls_mall_ops __read_mostly = {
Dcls_fw.c430 static struct tcf_proto_ops cls_fw_ops __read_mostly = {
Dcls_route.c652 static struct tcf_proto_ops cls_route4_ops __read_mostly = {
Dcls_bpf.c692 static struct tcf_proto_ops cls_bpf_ops __read_mostly = {
Dcls_flow.c697 static struct tcf_proto_ops cls_flow_ops __read_mostly = {
Dcls_tcindex.c665 static struct tcf_proto_ops cls_tcindex_ops __read_mostly = {
Dcls_rsvp.h749 static struct tcf_proto_ops RSVP_OPS __read_mostly = {
Dcls_u32.c1384 static struct tcf_proto_ops cls_u32_ops __read_mostly = {
Dcls_flower.c2508 static struct tcf_proto_ops cls_fl_ops __read_mostly = {
/Linux-v5.4/include/net/
Dpkt_cls.h25 int register_tcf_proto_ops(struct tcf_proto_ops *ops);
26 int unregister_tcf_proto_ops(struct tcf_proto_ops *ops);
Dsch_generic.h290 struct tcf_proto_ops { struct
357 const struct tcf_proto_ops *ops; argument
392 const struct tcf_proto_ops *tmplt_ops;