Lines Matching refs:tcf_ematch
351 * struct tcf_ematch - extended match (ematch)
359 struct tcf_ematch {
368 static inline int tcf_em_is_container(struct tcf_ematch *em)
373 static inline int tcf_em_is_simple(struct tcf_ematch *em)
378 static inline int tcf_em_is_inverted(struct tcf_ematch *em)
383 static inline int tcf_em_last_match(struct tcf_ematch *em)
388 static inline int tcf_em_early_end(struct tcf_ematch *em, int result)
410 struct tcf_ematch * matches;
430 int, struct tcf_ematch *);
431 int (*match)(struct sk_buff *, struct tcf_ematch *,
433 void (*destroy)(struct tcf_ematch *);
434 int (*dump)(struct sk_buff *, struct tcf_ematch *);