Lines Matching refs:tcf_ematch
163 struct tcf_ematch { struct
172 static inline int tcf_em_is_container(struct tcf_ematch *em) in tcf_em_is_container() argument
177 static inline int tcf_em_is_simple(struct tcf_ematch *em) in tcf_em_is_simple()
182 static inline int tcf_em_is_inverted(struct tcf_ematch *em) in tcf_em_is_inverted()
187 static inline int tcf_em_last_match(struct tcf_ematch *em) in tcf_em_last_match()
192 static inline int tcf_em_early_end(struct tcf_ematch *em, int result) in tcf_em_early_end()
214 struct tcf_ematch * matches;
234 int, struct tcf_ematch *);
235 int (*match)(struct sk_buff *, struct tcf_ematch *,
237 void (*destroy)(struct tcf_ematch *);
238 int (*dump)(struct sk_buff *, struct tcf_ematch *);