Searched refs:tcf_proto_ops (Results 1 – 13 of 13) sorted by relevance
41 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()
189 static struct tcf_proto_ops cls_cgroup_ops __read_mostly = {
286 static struct tcf_proto_ops cls_basic_ops __read_mostly = {
413 static struct tcf_proto_ops cls_fw_ops __read_mostly = {
529 static struct tcf_proto_ops cls_bpf_ops __read_mostly = {
649 static struct tcf_proto_ops cls_route4_ops __read_mostly = {
574 static struct tcf_proto_ops cls_tcindex_ops __read_mostly = {
680 static struct tcf_proto_ops cls_flow_ops __read_mostly = {
718 static struct tcf_proto_ops RSVP_OPS __read_mostly = {
669 static struct tcf_proto_ops cls_fl_ops __read_mostly = {
1053 static struct tcf_proto_ops cls_u32_ops __read_mostly = {
17 int register_tcf_proto_ops(struct tcf_proto_ops *ops);18 int unregister_tcf_proto_ops(struct tcf_proto_ops *ops);
211 struct tcf_proto_ops { struct250 const struct tcf_proto_ops *ops; argument