Home
last modified time | relevance | path

Searched refs:tcf_ematch (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/net/
Dpkt_cls.h423 struct tcf_ematch { struct
432 static inline int tcf_em_is_container(struct tcf_ematch *em) in tcf_em_is_container() argument
437 static inline int tcf_em_is_simple(struct tcf_ematch *em) in tcf_em_is_simple()
442 static inline int tcf_em_is_inverted(struct tcf_ematch *em) in tcf_em_is_inverted()
447 static inline int tcf_em_last_match(struct tcf_ematch *em) in tcf_em_last_match()
452 static inline int tcf_em_early_end(struct tcf_ematch *em, int result) in tcf_em_early_end()
474 struct tcf_ematch * matches;
494 int, struct tcf_ematch *);
495 int (*match)(struct sk_buff *, struct tcf_ematch *,
497 void (*destroy)(struct tcf_ematch *);
[all …]