Symbol: tcf_proto_ops
include/net/pkt_cls.h
25
int register_tcf_proto_ops(struct tcf_proto_ops *ops);
include/net/pkt_cls.h
26
void unregister_tcf_proto_ops(struct tcf_proto_ops *ops);
include/net/sch_generic.h
437
const struct tcf_proto_ops *ops;
include/net/sch_generic.h
477
const struct tcf_proto_ops *tmplt_ops;
net/sched/cls_api.c
230
static const struct tcf_proto_ops *__tcf_proto_lookup_ops(const char *kind)
net/sched/cls_api.c
232
const struct tcf_proto_ops *t, *res = NULL;
net/sched/cls_api.c
248
static const struct tcf_proto_ops *
net/sched/cls_api.c
252
const struct tcf_proto_ops *ops;
net/sched/cls_api.c
280
int register_tcf_proto_ops(struct tcf_proto_ops *ops)
net/sched/cls_api.c
282
struct tcf_proto_ops *t;
net/sched/cls_api.c
2948
static int tc_chain_fill_node(const struct tcf_proto_ops *tmplt_ops,
net/sched/cls_api.c
2956
const struct tcf_proto_ops *ops;
net/sched/cls_api.c
300
void unregister_tcf_proto_ops(struct tcf_proto_ops *ops)
net/sched/cls_api.c
302
struct tcf_proto_ops *t;
net/sched/cls_api.c
3038
static int tc_chain_notify_delete(const struct tcf_proto_ops *tmplt_ops,
net/sched/cls_api.c
3067
const struct tcf_proto_ops *ops;
net/sched/cls_api.c
3100
static void tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops,
net/sched/cls_api.c
354
const struct tcf_proto_ops *ops;
net/sched/cls_api.c
678
static void tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops,
net/sched/cls_api.c
680
static int tc_chain_notify_delete(const struct tcf_proto_ops *tmplt_ops,
net/sched/cls_api.c
689
const struct tcf_proto_ops *tmplt_ops;
net/sched/cls_basic.c
318
static struct tcf_proto_ops cls_basic_ops __read_mostly = {
net/sched/cls_bpf.c
682
static struct tcf_proto_ops cls_bpf_ops __read_mostly = {
net/sched/cls_cgroup.c
200
static struct tcf_proto_ops cls_cgroup_ops __read_mostly = {
net/sched/cls_flow.c
702
static struct tcf_proto_ops cls_flow_ops __read_mostly = {
net/sched/cls_flower.c
3832
static struct tcf_proto_ops cls_fl_ops __read_mostly = {
net/sched/cls_fw.c
433
static struct tcf_proto_ops cls_fw_ops __read_mostly = {
net/sched/cls_matchall.c
389
static struct tcf_proto_ops cls_mall_ops __read_mostly = {
net/sched/cls_route.c
661
static struct tcf_proto_ops cls_route4_ops __read_mostly = {
net/sched/cls_u32.c
1455
static struct tcf_proto_ops cls_u32_ops __read_mostly = {