Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dem_canid.c91 static inline struct canid_match *em_canid_priv(struct tcf_ematch *m) in em_canid_priv()
96 static int em_canid_match(struct sk_buff *skb, struct tcf_ematch *m, in em_canid_match()
124 struct tcf_ematch *m) in em_canid_change()
186 static void em_canid_destroy(struct tcf_ematch *m) in em_canid_destroy()
193 static int em_canid_dump(struct sk_buff *skb, struct tcf_ematch *m) in em_canid_dump()
Dem_text.c32 static int em_text_match(struct sk_buff *skb, struct tcf_ematch *m, in em_text_match()
48 struct tcf_ematch *m) in em_text_change()
102 static void em_text_destroy(struct tcf_ematch *m) in em_text_destroy()
108 static int em_text_dump(struct sk_buff *skb, struct tcf_ematch *m) in em_text_dump()
Dematch.c166 static inline struct tcf_ematch *tcf_em_get_match(struct tcf_ematch_tree *tree, in tcf_em_get_match()
175 struct tcf_ematch *em, struct nlattr *nla, int idx) in tcf_em_validate()
311 struct tcf_ematch *em; in tcf_em_tree_validate()
407 struct tcf_ematch *em = tcf_em_get_match(tree, i); in tcf_em_tree_destroy()
457 struct tcf_ematch *em = tcf_em_get_match(tree, i); in tcf_em_tree_dump()
490 static inline int tcf_em_match(struct sk_buff *skb, struct tcf_ematch *em, in tcf_em_match()
503 struct tcf_ematch *cur_match; in __tcf_em_tree_match()
Dem_ipset.c23 struct tcf_ematch *em) in em_ipset_change()
44 static void em_ipset_destroy(struct tcf_ematch *em) in em_ipset_destroy()
53 static int em_ipset_match(struct sk_buff *skb, struct tcf_ematch *em, in em_ipset_match()
Dem_nbyte.c27 struct tcf_ematch *em) in em_nbyte_change()
43 static int em_nbyte_match(struct sk_buff *skb, struct tcf_ematch *em, in em_nbyte_match()
Dem_ipt.c116 struct tcf_ematch *em) in em_ipt_change()
163 static void em_ipt_destroy(struct tcf_ematch *em) in em_ipt_destroy()
183 static int em_ipt_match(struct sk_buff *skb, struct tcf_ematch *em, in em_ipt_match()
210 static int em_ipt_dump(struct sk_buff *skb, struct tcf_ematch *em) in em_ipt_dump()
Dem_u32.c21 static int em_u32_match(struct sk_buff *skb, struct tcf_ematch *em, in em_u32_match()
Dem_cmp.c25 static int em_cmp_match(struct sk_buff *skb, struct tcf_ematch *em, in em_cmp_match()
Dem_meta.c847 static int em_meta_match(struct sk_buff *skb, struct tcf_ematch *m, in em_meta_match()
908 struct tcf_ematch *m) in em_meta_change()
959 static void em_meta_destroy(struct tcf_ematch *m) in em_meta_destroy()
965 static int em_meta_dump(struct sk_buff *skb, struct tcf_ematch *em) in em_meta_dump()
/Linux-v4.19/include/net/
Dpkt_cls.h418 struct tcf_ematch { struct
427 static inline int tcf_em_is_container(struct tcf_ematch *em) in tcf_em_is_container() argument
432 static inline int tcf_em_is_simple(struct tcf_ematch *em) in tcf_em_is_simple()
437 static inline int tcf_em_is_inverted(struct tcf_ematch *em) in tcf_em_is_inverted()
442 static inline int tcf_em_last_match(struct tcf_ematch *em) in tcf_em_last_match()
447 static inline int tcf_em_early_end(struct tcf_ematch *em, int result) in tcf_em_early_end()
469 struct tcf_ematch * matches;
489 int, struct tcf_ematch *);
490 int (*match)(struct sk_buff *, struct tcf_ematch *,
492 void (*destroy)(struct tcf_ematch *);
[all …]