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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dpkt_cls.h31 struct tcf_proto_ops *ops;
42 struct tcf_proto_ops struct
44 struct tcf_proto_ops *next;
82 extern int register_tcf_proto_ops(struct tcf_proto_ops *ops);
83 extern int unregister_tcf_proto_ops(struct tcf_proto_ops *ops);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dpkt_cls.h31 struct tcf_proto_ops *ops;
42 struct tcf_proto_ops struct
44 struct tcf_proto_ops *next;
82 extern int register_tcf_proto_ops(struct tcf_proto_ops *ops);
83 extern int unregister_tcf_proto_ops(struct tcf_proto_ops *ops);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dcls_api.c40 static struct tcf_proto_ops *tcf_proto_base;
47 struct tcf_proto_ops * tcf_proto_lookup_ops(struct rtattr *kind)
49 struct tcf_proto_ops *t = NULL;
64 int register_tcf_proto_ops(struct tcf_proto_ops *ops)
66 struct tcf_proto_ops *t, **tp;
82 int unregister_tcf_proto_ops(struct tcf_proto_ops *ops)
84 struct tcf_proto_ops *t, **tp;
130 struct tcf_proto_ops *tp_ops;
447 extern struct tcf_proto_ops cls_##name##_ops; \
H A Dcls_fw.c353 struct tcf_proto_ops cls_fw_ops = {
H A Dcls_route.c602 struct tcf_proto_ops cls_route4_ops = {
H A Dcls_rsvp.h675 struct tcf_proto_ops RSVP_OPS = {
H A Dcls_tcindex.c469 struct tcf_proto_ops cls_tcindex_ops = {
H A Dcls_u32.c697 struct tcf_proto_ops cls_u32_ops = {

Completed in 44 milliseconds