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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dem_u32.c41 static struct tcf_ematch_ops em_u32_ops = {
H A Dematch.c58 * 2) Fill out a struct tcf_ematch_ops:
59 * static struct tcf_ematch_ops my_ops = {
97 static inline struct tcf_ematch_ops * tcf_em_lookup(u16 kind)
99 struct tcf_ematch_ops *e = NULL;
127 int tcf_em_register(struct tcf_ematch_ops *ops)
130 struct tcf_ematch_ops *e;
158 int tcf_em_unregister(struct tcf_ematch_ops *ops)
161 struct tcf_ematch_ops *e;
H A Dem_cmp.c78 static struct tcf_ematch_ops em_cmp_ops = {
H A Dem_nbyte.c57 static struct tcf_ematch_ops em_nbyte_ops = {
H A Dem_text.c129 static struct tcf_ematch_ops em_text_ops = {
H A Dem_meta.c827 static struct tcf_ematch_ops em_meta_ops = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dpkt_cls.h162 struct tcf_ematch_ops;
175 struct tcf_ematch_ops * ops;
230 * struct tcf_ematch_ops - ematch module operations
241 struct tcf_ematch_ops struct
256 extern int tcf_em_register(struct tcf_ematch_ops *);
257 extern int tcf_em_unregister(struct tcf_ematch_ops *);

Completed in 117 milliseconds