Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dcls_cgroup.c43 return tcf_exts_exec(skb, &head->exts, res); in cls_cgroup_classify()
Dcls_basic.c54 r = tcf_exts_exec(skb, &f->exts, res); in basic_classify()
Dcls_matchall.c42 return tcf_exts_exec(skb, &head->exts, res); in mall_classify()
Dcls_fw.c69 r = tcf_exts_exec(skb, &f->exts, res); in fw_classify()
Dcls_route.c114 int r = tcf_exts_exec(skb, &f->exts, res); \
Dcls_bpf.c130 ret = tcf_exts_exec(skb, &prog->exts, res); in cls_bpf_classify()
Dcls_flow.c338 r = tcf_exts_exec(skb, &f->exts, res); in flow_classify()
Dcls_u32.c183 r = tcf_exts_exec(skb, &n->exts, res); in u32_classify()
Dcls_flower.c345 return tcf_exts_exec(skb, &f->exts, res); in fl_classify()
/Linux-v6.6/include/net/
Dpkt_cls.h334 tcf_exts_exec(struct sk_buff *skb, struct tcf_exts *exts, in tcf_exts_exec() function