Home
last modified time | relevance | path

Searched refs:tcf_exts_exec (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/net/sched/
Dcls_cgroup.c43 return tcf_exts_exec(skb, &head->exts, res); in cls_cgroup_classify()
Dcls_basic.c52 r = tcf_exts_exec(skb, &f->exts, res); in basic_classify()
Dcls_matchall.c37 return tcf_exts_exec(skb, &head->exts, res); in mall_classify()
Dcls_fw.c79 r = tcf_exts_exec(skb, &f->exts, res); in fw_classify()
Dcls_route.c117 int r = tcf_exts_exec(skb, &f->exts, res); \
Dcls_flow.c340 r = tcf_exts_exec(skb, &f->exts, res); in flow_classify()
Dcls_tcindex.c106 return tcf_exts_exec(skb, &f->exts, res); in tcindex_classify()
Dcls_bpf.c131 ret = tcf_exts_exec(skb, &prog->exts, res); in cls_bpf_classify()
Dcls_rsvp.h124 int r = tcf_exts_exec(skb, &f->exts, res); \
Dcls_u32.c193 r = tcf_exts_exec(skb, &n->exts, res); in u32_classify()
Dcls_flower.c214 return tcf_exts_exec(skb, &f->exts, res); in fl_classify()
/Linux-v4.19/include/net/
Dpkt_cls.h379 tcf_exts_exec(struct sk_buff *skb, struct tcf_exts *exts, in tcf_exts_exec() function