Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
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()
/linux-6.12.1/include/net/
Dpkt_cls.h423 static inline int tcf_em_is_inverted(struct tcf_ematch *em) in tcf_em_is_inverted() function