Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dcls_api.c44 static const struct tcf_proto_ops *__tcf_proto_lookup_ops(const char *kind) in __tcf_proto_lookup_ops()
46 const struct tcf_proto_ops *t, *res = NULL; in __tcf_proto_lookup_ops()
62 static const struct tcf_proto_ops *
65 const struct tcf_proto_ops *ops; in tcf_proto_lookup_ops()
91 int register_tcf_proto_ops(struct tcf_proto_ops *ops) in register_tcf_proto_ops()
93 struct tcf_proto_ops *t; in register_tcf_proto_ops()
111 int unregister_tcf_proto_ops(struct tcf_proto_ops *ops) in unregister_tcf_proto_ops()
113 struct tcf_proto_ops *t; in unregister_tcf_proto_ops()
1714 const struct tcf_proto_ops *ops; in tc_chain_fill_node()
1785 const struct tcf_proto_ops *ops; in tc_chain_tmplt_add()
[all …]
Dcls_cgroup.c196 static struct tcf_proto_ops cls_cgroup_ops __read_mostly = {
Dcls_basic.c300 static struct tcf_proto_ops cls_basic_ops __read_mostly = {
Dcls_matchall.c316 static struct tcf_proto_ops cls_mall_ops __read_mostly = {
Dcls_fw.c443 static struct tcf_proto_ops cls_fw_ops __read_mostly = {
Dcls_route.c656 static struct tcf_proto_ops cls_route4_ops __read_mostly = {
Dcls_flow.c697 static struct tcf_proto_ops cls_flow_ops __read_mostly = {
Dcls_tcindex.c647 static struct tcf_proto_ops cls_tcindex_ops __read_mostly = {
Dcls_bpf.c691 static struct tcf_proto_ops cls_bpf_ops __read_mostly = {
Dcls_rsvp.h747 static struct tcf_proto_ops RSVP_OPS __read_mostly = {
Dcls_u32.c1446 static struct tcf_proto_ops cls_u32_ops __read_mostly = {
Dcls_flower.c1931 static struct tcf_proto_ops cls_fl_ops __read_mostly = {
/Linux-v4.19/include/net/
Dsch_generic.h249 struct tcf_proto_ops { struct
304 const struct tcf_proto_ops *ops; argument
327 const struct tcf_proto_ops *tmplt_ops;
Dpkt_cls.h23 int register_tcf_proto_ops(struct tcf_proto_ops *ops);
24 int unregister_tcf_proto_ops(struct tcf_proto_ops *ops);