Home
last modified time | relevance | path

Searched refs:classify (Results 1 – 23 of 23) sorted by relevance

/linux-6.3-rc2/include/net/
A Dtc_wrapper.h164 if (tp->classify == cls_bpf_classify) in tc_classify()
168 if (tp->classify == u32_classify) in tc_classify()
172 if (tp->classify == fl_classify) in tc_classify()
176 if (tp->classify == fw_classify) in tc_classify()
180 if (tp->classify == mall_classify) in tc_classify()
184 if (tp->classify == basic_classify) in tc_classify()
188 if (tp->classify == cls_cgroup_classify) in tc_classify()
192 if (tp->classify == flow_classify) in tc_classify()
196 if (tp->classify == route4_classify) in tc_classify()
201 return tp->classify(skb, tp, res); in tc_classify()
[all …]
A Dsch_generic.h338 int (*classify)(struct sk_buff *, member
405 int (*classify)(struct sk_buff *, member
/linux-6.3-rc2/net/core/
A Dtimestamping.c13 static unsigned int classify(const struct sk_buff *skb) in classify() function
31 type = classify(skb); in skb_clone_tx_timestamp()
/linux-6.3-rc2/net/sched/
A DKconfig465 Say Y here if you want to be able to classify packets using
477 If you say Y here, you will be able to classify packets
487 If you say Y here, you will be able to classify packets
497 Say Y here to be able to classify packets using a universal
596 Say Y here if you want to be able to classify packets based on
606 Say Y here if you want to be able to classify packets based on
616 Say Y here if you want to be able to classify packets using
626 Say Y here if you want to be able to classify packets based on
641 Say Y here if you want to be able to classify packets based on
651 Say Y here if you want to be able to classify CAN frames based
[all …]
A Dcls_cgroup.c204 .classify = cls_cgroup_classify,
A Dcls_basic.c320 .classify = basic_classify,
A Dcls_matchall.c400 .classify = mall_classify,
A Dcls_fw.c426 .classify = fw_classify,
A Dcls_route.c659 .classify = route4_classify,
A Dcls_bpf.c690 .classify = cls_bpf_classify,
A Dcls_flow.c695 .classify = flow_classify,
A Dcls_u32.c1373 .classify = u32_classify,
A Dcls_api.c391 tp->classify = tp->ops->classify; in tcf_proto_create()
A Dcls_flower.c3441 .classify = fl_classify,
/linux-6.3-rc2/drivers/ata/
A Dlibata.h151 extern int ata_eh_reset(struct ata_link *link, int classify,
A Dlibata-eh.c2448 int ata_eh_reset(struct ata_link *link, int classify, in ata_eh_reset() argument
2764 if (classify && nr_unknown) { in ata_eh_reset()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A DREADME.rst41 classify the entry: column two is a copy and paste of the error being reported
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
A Doverview.rst194 parse/classify config, IRQ config, enable, reset
/linux-6.3-rc2/net/netfilter/
A DKconfig10 This allows you to classify packets from ingress using the Netfilter
18 This allows you to classify packets before transmission using the
/linux-6.3-rc2/Documentation/process/
A Dadding-syscalls.rst447 functions that classify some special types of system call -- specifically
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/
A Dcgroups.rst142 With the ability to classify tasks differently for different resources
/linux-6.3-rc2/arch/arm64/
A DKconfig1796 errors, classify them and report them to software.
/linux-6.3-rc2/Documentation/networking/
A Dip-sysctl.rst2587 If enabled, do not classify optimistic addresses as deprecated during

Completed in 96 milliseconds