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

/linux-master/net/sched/
H A Dcls_api.c230 static const struct tcf_proto_ops *__tcf_proto_lookup_ops(const char *kind)
232 const struct tcf_proto_ops *t, *res = NULL;
248 static const struct tcf_proto_ops *
252 const struct tcf_proto_ops *ops;
280 int register_tcf_proto_ops(struct tcf_proto_ops *ops)
282 struct tcf_proto_ops *t;
300 void unregister_tcf_proto_ops(struct tcf_proto_ops *ops)
302 struct tcf_proto_ops *t;
306 * tcf_proto_ops's destroy() handler.
354 const struct tcf_proto_ops *op
[all...]
H A Dcls_cgroup.c200 static struct tcf_proto_ops cls_cgroup_ops __read_mostly = {
H A Dcls_basic.c318 static struct tcf_proto_ops cls_basic_ops __read_mostly = {
H A Dcls_matchall.c387 static struct tcf_proto_ops cls_mall_ops __read_mostly = {
H A Dcls_fw.c423 static struct tcf_proto_ops cls_fw_ops __read_mostly = {
H A Dcls_route.c661 static struct tcf_proto_ops cls_route4_ops __read_mostly = {
H A Dcls_bpf.c682 static struct tcf_proto_ops cls_bpf_ops __read_mostly = {
H A Dcls_flow.c693 static struct tcf_proto_ops cls_flow_ops __read_mostly = {
H A Dcls_u32.c1442 static struct tcf_proto_ops cls_u32_ops __read_mostly = {
H A Dcls_flower.c3637 static struct tcf_proto_ops cls_fl_ops __read_mostly = {
/linux-master/include/net/
H A Dsch_generic.h336 struct tcf_proto_ops { struct
397 /* Classifiers setting TCF_PROTO_OPS_DOIT_UNLOCKED in tcf_proto_ops->flags
398 * are expected to implement tcf_proto_ops->delete_empty(), otherwise race
419 const struct tcf_proto_ops *ops;
454 const struct tcf_proto_ops *tmplt_ops;
H A Dpkt_cls.h25 int register_tcf_proto_ops(struct tcf_proto_ops *ops);
26 void unregister_tcf_proto_ops(struct tcf_proto_ops *ops);

Completed in 148 milliseconds