Searched refs:classify (Results 1 – 23 of 23) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | tc_wrapper.h | 164 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 D | sch_generic.h | 338 int (*classify)(struct sk_buff *, member 405 int (*classify)(struct sk_buff *, member
|
/linux-6.3-rc2/net/core/ |
A D | timestamping.c | 13 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 D | Kconfig | 465 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 D | cls_cgroup.c | 204 .classify = cls_cgroup_classify,
|
A D | cls_basic.c | 320 .classify = basic_classify,
|
A D | cls_matchall.c | 400 .classify = mall_classify,
|
A D | cls_fw.c | 426 .classify = fw_classify,
|
A D | cls_route.c | 659 .classify = route4_classify,
|
A D | cls_bpf.c | 690 .classify = cls_bpf_classify,
|
A D | cls_flow.c | 695 .classify = flow_classify,
|
A D | cls_u32.c | 1373 .classify = u32_classify,
|
A D | cls_api.c | 391 tp->classify = tp->ops->classify; in tcf_proto_create()
|
A D | cls_flower.c | 3441 .classify = fl_classify,
|
/linux-6.3-rc2/drivers/ata/ |
A D | libata.h | 151 extern int ata_eh_reset(struct ata_link *link, int classify,
|
A D | libata-eh.c | 2448 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 D | README.rst | 41 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 D | overview.rst | 194 parse/classify config, IRQ config, enable, reset
|
/linux-6.3-rc2/net/netfilter/ |
A D | Kconfig | 10 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 D | adding-syscalls.rst | 447 functions that classify some special types of system call -- specifically
|
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/ |
A D | cgroups.rst | 142 With the ability to classify tasks differently for different resources
|
/linux-6.3-rc2/arch/arm64/ |
A D | Kconfig | 1796 errors, classify them and report them to software.
|
/linux-6.3-rc2/Documentation/networking/ |
A D | ip-sysctl.rst | 2587 If enabled, do not classify optimistic addresses as deprecated during
|
Completed in 88 milliseconds