Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dcls_api.c41 static const struct tcf_proto_ops *tcf_proto_lookup_ops(struct nlattr *kind) in tcf_proto_lookup_ops()
43 const struct tcf_proto_ops *t, *res = NULL; in tcf_proto_lookup_ops()
61 int register_tcf_proto_ops(struct tcf_proto_ops *ops) in register_tcf_proto_ops()
63 struct tcf_proto_ops *t; in register_tcf_proto_ops()
79 int unregister_tcf_proto_ops(struct tcf_proto_ops *ops) in unregister_tcf_proto_ops()
81 struct tcf_proto_ops *t; in unregister_tcf_proto_ops()
135 const struct tcf_proto_ops *tp_ops; in tc_ctl_tfilter()
Dcls_cgroup.c208 static struct tcf_proto_ops cls_cgroup_ops __read_mostly = {
Dcls_basic.c286 static struct tcf_proto_ops cls_basic_ops __read_mostly = {
Dcls_bpf.c471 static struct tcf_proto_ops cls_bpf_ops __read_mostly = {
Dcls_fw.c413 static struct tcf_proto_ops cls_fw_ops __read_mostly = {
Dcls_tcindex.c553 static struct tcf_proto_ops cls_tcindex_ops __read_mostly = {
Dcls_route.c649 static struct tcf_proto_ops cls_route4_ops __read_mostly = {
Dcls_flow.c667 static struct tcf_proto_ops cls_flow_ops __read_mostly = {
Dcls_rsvp.h708 static struct tcf_proto_ops RSVP_OPS __read_mostly = {
Dcls_u32.c1053 static struct tcf_proto_ops cls_u32_ops __read_mostly = {
/linux-4.1.27/include/net/
Dpkt_cls.h17 int register_tcf_proto_ops(struct tcf_proto_ops *ops);
18 int unregister_tcf_proto_ops(struct tcf_proto_ops *ops);
Dsch_generic.h211 struct tcf_proto_ops { struct
250 const struct tcf_proto_ops *ops; argument