Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dematch.c496 return tcf_em_is_inverted(em) ? !r : r; in tcf_em_match()
533 if (tcf_em_is_inverted(cur_match)) in __tcf_em_tree_match()
/openbmc/linux/include/net/
H A Dpkt_cls.h412 static inline int tcf_em_is_inverted(struct tcf_ematch *em) in tcf_em_is_inverted() function