Symbol: tcf_ematch
include/net/pkt_cls.h
413
static inline int tcf_em_is_container(struct tcf_ematch *em)
include/net/pkt_cls.h
418
static inline int tcf_em_is_simple(struct tcf_ematch *em)
include/net/pkt_cls.h
423
static inline int tcf_em_is_inverted(struct tcf_ematch *em)
include/net/pkt_cls.h
428
static inline int tcf_em_last_match(struct tcf_ematch *em)
include/net/pkt_cls.h
433
static inline int tcf_em_early_end(struct tcf_ematch *em, int result)
include/net/pkt_cls.h
455
struct tcf_ematch * matches;
include/net/pkt_cls.h
475
int, struct tcf_ematch *);
include/net/pkt_cls.h
476
int (*match)(struct sk_buff *, struct tcf_ematch *,
include/net/pkt_cls.h
478
void (*destroy)(struct tcf_ematch *);
include/net/pkt_cls.h
479
int (*dump)(struct sk_buff *, struct tcf_ematch *);
net/sched/em_canid.c
124
struct tcf_ematch *m)
net/sched/em_canid.c
186
static void em_canid_destroy(struct tcf_ematch *m)
net/sched/em_canid.c
193
static int em_canid_dump(struct sk_buff *skb, struct tcf_ematch *m)
net/sched/em_canid.c
88
static inline struct canid_match *em_canid_priv(struct tcf_ematch *m)
net/sched/em_canid.c
93
static int em_canid_match(struct sk_buff *skb, struct tcf_ematch *m,
net/sched/em_cmp.c
21
static int em_cmp_match(struct sk_buff *skb, struct tcf_ematch *em,
net/sched/em_ipset.c
20
struct tcf_ematch *em)
net/sched/em_ipset.c
41
static void em_ipset_destroy(struct tcf_ematch *em)
net/sched/em_ipset.c
50
static int em_ipset_match(struct sk_buff *skb, struct tcf_ematch *em,
net/sched/em_ipt.c
127
struct tcf_ematch *em)
net/sched/em_ipt.c
185
static void em_ipt_destroy(struct tcf_ematch *em)
net/sched/em_ipt.c
205
static int em_ipt_match(struct sk_buff *skb, struct tcf_ematch *em,
net/sched/em_ipt.c
250
static int em_ipt_dump(struct sk_buff *skb, struct tcf_ematch *em)
net/sched/em_meta.c
846
static int em_meta_match(struct sk_buff *skb, struct tcf_ematch *m,
net/sched/em_meta.c
907
struct tcf_ematch *m)
net/sched/em_meta.c
959
static void em_meta_destroy(struct tcf_ematch *m)
net/sched/em_meta.c
965
static int em_meta_dump(struct sk_buff *skb, struct tcf_ematch *em)
net/sched/em_nbyte.c
23
struct tcf_ematch *em)
net/sched/em_nbyte.c
39
static int em_nbyte_match(struct sk_buff *skb, struct tcf_ematch *em,
net/sched/em_text.c
105
static void em_text_destroy(struct tcf_ematch *m)
net/sched/em_text.c
113
static int em_text_dump(struct sk_buff *skb, struct tcf_ematch *m)
net/sched/em_text.c
28
static int em_text_match(struct sk_buff *skb, struct tcf_ematch *m,
net/sched/em_text.c
51
struct tcf_ematch *m)
net/sched/em_u32.c
17
static int em_u32_match(struct sk_buff *skb, struct tcf_ematch *em,
net/sched/ematch.c
162
static inline struct tcf_ematch *tcf_em_get_match(struct tcf_ematch_tree *tree,
net/sched/ematch.c
171
struct tcf_ematch *em, struct nlattr *nla, int idx)
net/sched/ematch.c
312
struct tcf_ematch *em;
net/sched/ematch.c
408
struct tcf_ematch *em = tcf_em_get_match(tree, i);
net/sched/ematch.c
458
struct tcf_ematch *em = tcf_em_get_match(tree, i);
net/sched/ematch.c
491
static inline int tcf_em_match(struct sk_buff *skb, struct tcf_ematch *em,
net/sched/ematch.c
504
struct tcf_ematch *cur_match;