Loading net/sched/cls_api.c +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ /* The list of all installed classifier types */ static struct tcf_proto_ops *tcf_proto_base; static struct tcf_proto_ops *tcf_proto_base __read_mostly; /* Protects list of registered TC modules. It is pure SMP lock. */ static DEFINE_RWLOCK(cls_mod_lock); Loading net/sched/cls_basic.c +1 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ static int basic_dump(struct tcf_proto *tp, unsigned long fh, return -1; } static struct tcf_proto_ops cls_basic_ops = { static struct tcf_proto_ops cls_basic_ops __read_mostly = { .kind = "basic", .classify = basic_classify, .init = basic_init, Loading net/sched/cls_fw.c +1 −2 Original line number Diff line number Diff line Loading @@ -370,8 +370,7 @@ static int fw_dump(struct tcf_proto *tp, unsigned long fh, return -1; } static struct tcf_proto_ops cls_fw_ops = { .next = NULL, static struct tcf_proto_ops cls_fw_ops __read_mostly = { .kind = "fw", .classify = fw_classify, .init = fw_init, Loading net/sched/cls_route.c +1 −2 Original line number Diff line number Diff line Loading @@ -590,8 +590,7 @@ static int route4_dump(struct tcf_proto *tp, unsigned long fh, return -1; } static struct tcf_proto_ops cls_route4_ops = { .next = NULL, static struct tcf_proto_ops cls_route4_ops __read_mostly = { .kind = "route", .classify = route4_classify, .init = route4_init, Loading net/sched/cls_tcindex.c +1 −2 Original line number Diff line number Diff line Loading @@ -485,8 +485,7 @@ static int tcindex_dump(struct tcf_proto *tp, unsigned long fh, return -1; } static struct tcf_proto_ops cls_tcindex_ops = { .next = NULL, static struct tcf_proto_ops cls_tcindex_ops __read_mostly = { .kind = "tcindex", .classify = tcindex_classify, .init = tcindex_init, Loading Loading
net/sched/cls_api.c +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ /* The list of all installed classifier types */ static struct tcf_proto_ops *tcf_proto_base; static struct tcf_proto_ops *tcf_proto_base __read_mostly; /* Protects list of registered TC modules. It is pure SMP lock. */ static DEFINE_RWLOCK(cls_mod_lock); Loading
net/sched/cls_basic.c +1 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ static int basic_dump(struct tcf_proto *tp, unsigned long fh, return -1; } static struct tcf_proto_ops cls_basic_ops = { static struct tcf_proto_ops cls_basic_ops __read_mostly = { .kind = "basic", .classify = basic_classify, .init = basic_init, Loading
net/sched/cls_fw.c +1 −2 Original line number Diff line number Diff line Loading @@ -370,8 +370,7 @@ static int fw_dump(struct tcf_proto *tp, unsigned long fh, return -1; } static struct tcf_proto_ops cls_fw_ops = { .next = NULL, static struct tcf_proto_ops cls_fw_ops __read_mostly = { .kind = "fw", .classify = fw_classify, .init = fw_init, Loading
net/sched/cls_route.c +1 −2 Original line number Diff line number Diff line Loading @@ -590,8 +590,7 @@ static int route4_dump(struct tcf_proto *tp, unsigned long fh, return -1; } static struct tcf_proto_ops cls_route4_ops = { .next = NULL, static struct tcf_proto_ops cls_route4_ops __read_mostly = { .kind = "route", .classify = route4_classify, .init = route4_init, Loading
net/sched/cls_tcindex.c +1 −2 Original line number Diff line number Diff line Loading @@ -485,8 +485,7 @@ static int tcindex_dump(struct tcf_proto *tp, unsigned long fh, return -1; } static struct tcf_proto_ops cls_tcindex_ops = { .next = NULL, static struct tcf_proto_ops cls_tcindex_ops __read_mostly = { .kind = "tcindex", .classify = tcindex_classify, .init = tcindex_init, Loading