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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_api.c44 static struct tcf_proto_ops *tcf_proto_base; variable in typeref:struct:tcf_proto_ops
57 for (t = tcf_proto_base; t; t = t->next) {
77 for (tp = &tcf_proto_base; (t = *tp) != NULL; tp = &t->next)
95 for (tp = &tcf_proto_base; (t=*tp) != NULL; tp = &t->next)

Completed in 23 milliseconds