Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dcls_cgroup.c41 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.c40 return tcf_exts_exec(skb, &head->exts, res); in mall_classify()
Dcls_fw.c67 r = tcf_exts_exec(skb, &f->exts, res); in fw_classify()
Dcls_route.c113 int r = tcf_exts_exec(skb, &f->exts, res); \
Dcls_bpf.c128 ret = tcf_exts_exec(skb, &prog->exts, res); in cls_bpf_classify()
Dcls_flow.c336 r = tcf_exts_exec(skb, &f->exts, res); in flow_classify()
Dcls_tcindex.c126 return tcf_exts_exec(skb, &f->exts, res); in tcindex_classify()
Dcls_rsvp.h120 int r = tcf_exts_exec(skb, &f->exts, res); \
Dcls_u32.c181 r = tcf_exts_exec(skb, &n->exts, res); in u32_classify()
Dcls_flower.c339 return tcf_exts_exec(skb, &f->exts, res); in fl_classify()
/Linux-v6.1/include/net/
Dpkt_cls.h347 tcf_exts_exec(struct sk_buff *skb, struct tcf_exts *exts, in tcf_exts_exec() function