Lines Matching refs:sk_buff
123 tcf_exts_exec(struct sk_buff *skb, struct tcf_exts *exts, in tcf_exts_exec()
139 int tcf_exts_dump(struct sk_buff *skb, struct tcf_exts *exts);
140 int tcf_exts_dump_stats(struct sk_buff *skb, struct tcf_exts *exts);
235 int (*match)(struct sk_buff *, struct tcf_ematch *,
238 int (*dump)(struct sk_buff *, struct tcf_ematch *);
248 int tcf_em_tree_dump(struct sk_buff *, struct tcf_ematch_tree *, int);
249 int __tcf_em_tree_match(struct sk_buff *, struct tcf_ematch_tree *,
286 static inline int tcf_em_tree_match(struct sk_buff *skb, in tcf_em_tree_match()
311 static inline unsigned char * tcf_get_base_ptr(struct sk_buff *skb, int layer) in tcf_get_base_ptr()
325 static inline int tcf_valid_offset(const struct sk_buff *skb, in tcf_valid_offset()
351 tcf_match_indev(struct sk_buff *skb, int ifindex) in tcf_match_indev()