Lines Matching refs:tcf_ematch
384 * struct tcf_ematch - extended match (ematch)
393 struct tcf_ematch {
402 static inline int tcf_em_is_container(struct tcf_ematch *em)
407 static inline int tcf_em_is_simple(struct tcf_ematch *em)
412 static inline int tcf_em_is_inverted(struct tcf_ematch *em)
417 static inline int tcf_em_last_match(struct tcf_ematch *em)
422 static inline int tcf_em_early_end(struct tcf_ematch *em, int result)
444 struct tcf_ematch * matches;
464 int, struct tcf_ematch *);
465 int (*match)(struct sk_buff *, struct tcf_ematch *,
467 void (*destroy)(struct tcf_ematch *);
468 int (*dump)(struct sk_buff *, struct tcf_ematch *);