Searched refs:tcf_exts_exec (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/include/net/ |
D | pkt_cls.h | 119 tcf_exts_exec(struct sk_buff *skb, struct tcf_exts *exts, in tcf_exts_exec() function
|
/linux-2.6.39/net/sched/ |
D | cls_cgroup.c | 139 return tcf_exts_exec(skb, &head->exts, res); in cls_cgroup_classify()
|
D | cls_basic.c | 53 r = tcf_exts_exec(skb, &f->exts, res); in basic_classify()
|
D | cls_fw.c | 97 r = tcf_exts_exec(skb, &f->exts, res); in fw_classify()
|
D | cls_tcindex.c | 104 return tcf_exts_exec(skb, &f->exts, res); in tcindex_classify()
|
D | cls_route.c | 117 int r = tcf_exts_exec(skb, &f->exts, res); \
|
D | cls_rsvp.h | 126 int r = tcf_exts_exec(skb, &f->exts, res); \
|
D | cls_flow.c | 397 r = tcf_exts_exec(skb, &f->exts, res); in flow_classify()
|
D | cls_u32.c | 168 r = tcf_exts_exec(skb, &n->exts, res); in u32_classify()
|