Searched refs:em (Results 1 – 3 of 3) sorted by relevance
344 static inline int tcf_em_is_container(struct tcf_ematch *em) in tcf_em_is_container() argument346 return !em->ops; in tcf_em_is_container()349 static inline int tcf_em_is_simple(struct tcf_ematch *em) in tcf_em_is_simple() argument351 return em->flags & TCF_EM_SIMPLE; in tcf_em_is_simple()354 static inline int tcf_em_is_inverted(struct tcf_ematch *em) in tcf_em_is_inverted() argument356 return em->flags & TCF_EM_INVERT; in tcf_em_is_inverted()359 static inline int tcf_em_last_match(struct tcf_ematch *em) in tcf_em_last_match() argument361 return (em->flags & TCF_EM_REL_MASK) == TCF_EM_REL_END; in tcf_em_last_match()364 static inline int tcf_em_early_end(struct tcf_ematch *em, int result) in tcf_em_early_end() argument366 if (tcf_em_last_match(em)) in tcf_em_early_end()[all …]
477 } em; member
428 struct fc_exch_mgr *em; member