Searched refs:tcf_proto_ops (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dcls_api.c36 static struct tcf_proto_ops *tcf_proto_base __read_mostly;
43 static struct tcf_proto_ops *tcf_proto_lookup_ops(struct nlattr *kind)
45 struct tcf_proto_ops *t = NULL;
63 int register_tcf_proto_ops(struct tcf_proto_ops *ops)
65 struct tcf_proto_ops *t, **tp;
82 int unregister_tcf_proto_ops(struct tcf_proto_ops *ops)
84 struct tcf_proto_ops *t, **tp;
135 struct tcf_proto_ops *tp_ops;
H A Dcls_cgroup.c275 static struct tcf_proto_ops cls_cgroup_ops __read_mostly = {
H A Dcls_basic.c278 static struct tcf_proto_ops cls_basic_ops __read_mostly = {
H A Dcls_fw.c375 static struct tcf_proto_ops cls_fw_ops __read_mostly = {
H A Dcls_flow.c694 static struct tcf_proto_ops cls_flow_ops __read_mostly = {
H A Dcls_route.c588 static struct tcf_proto_ops cls_route4_ops __read_mostly = {
H A Dcls_rsvp.h644 static struct tcf_proto_ops RSVP_OPS = {
H A Dcls_tcindex.c476 static struct tcf_proto_ops cls_tcindex_ops __read_mostly = {
H A Dcls_u32.c780 static struct tcf_proto_ops cls_u32_ops __read_mostly = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dpkt_cls.h17 extern int register_tcf_proto_ops(struct tcf_proto_ops *ops);
18 extern int unregister_tcf_proto_ops(struct tcf_proto_ops *ops);
H A Dsch_generic.h160 struct tcf_proto_ops { struct
161 struct tcf_proto_ops *next;
197 struct tcf_proto_ops *ops;

Completed in 173 milliseconds