Searched refs:classify (Results 1 – 25 of 25) sorted by relevance
| /linux/include/net/ |
| A D | tc_wrapper.h | 160 if (tp->classify == cls_bpf_classify) in tc_classify() 164 if (tp->classify == u32_classify) in tc_classify() 168 if (tp->classify == fl_classify) in tc_classify() 172 if (tp->classify == fw_classify) in tc_classify() 176 if (tp->classify == mall_classify) in tc_classify() 180 if (tp->classify == basic_classify) in tc_classify() 184 if (tp->classify == cls_cgroup_classify) in tc_classify() 188 if (tp->classify == flow_classify) in tc_classify() 192 if (tp->classify == route4_classify) in tc_classify() 197 return tp->classify(skb, tp, res); in tc_classify() [all …]
|
| A D | sch_generic.h | 341 int (*classify)(struct sk_buff *, member 412 int (*classify)(struct sk_buff *, member
|
| /linux/net/core/ |
| A D | timestamping.c | 13 static unsigned int classify(const struct sk_buff *skb) in classify() function 32 type = classify(skb); in skb_clone_tx_timestamp()
|
| /linux/net/sched/ |
| A D | Kconfig | 464 Say Y here if you want to be able to classify packets using 476 If you say Y here, you will be able to classify packets 486 If you say Y here, you will be able to classify packets 496 Say Y here to be able to classify packets using a universal 595 Say Y here if you want to be able to classify packets based on 605 Say Y here if you want to be able to classify packets based on 615 Say Y here if you want to be able to classify packets using 625 Say Y here if you want to be able to classify packets based on 640 Say Y here if you want to be able to classify packets based on 650 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 | 389 .classify = mall_classify,
|
| A D | cls_fw.c | 425 .classify = fw_classify,
|
| A D | cls_route.c | 663 .classify = route4_classify,
|
| A D | cls_bpf.c | 685 .classify = cls_bpf_classify,
|
| A D | cls_flow.c | 695 .classify = flow_classify,
|
| A D | cls_u32.c | 1454 .classify = u32_classify,
|
| A D | cls_api.c | 389 tp->classify = tp->ops->classify; in tcf_proto_create()
|
| A D | cls_flower.c | 3831 .classify = fl_classify,
|
| /linux/drivers/ata/ |
| A D | libata.h | 174 extern int ata_eh_reset(struct ata_link *link, int classify,
|
| A D | libata-eh.c | 2613 int ata_eh_reset(struct ata_link *link, int classify, in ata_eh_reset() argument 2919 if (classify && nr_unknown) { in ata_eh_reset()
|
| /linux/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/Documentation/driver-api/thermal/ |
| A D | intel_dptf.rst | 381 4 – Unknown: Can't classify.
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| A D | overview.rst | 194 parse/classify config, IRQ config, enable, reset
|
| /linux/Documentation/process/ |
| A D | maintainer-netdev.rst | 176 completely. Maintainers will classify and update the state of the patches
|
| A D | adding-syscalls.rst | 447 functions that classify some special types of system call -- specifically
|
| /linux/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/Documentation/admin-guide/cgroup-v1/ |
| A D | cgroups.rst | 142 With the ability to classify tasks differently for different resources
|
| /linux/arch/arm64/ |
| A D | Kconfig | 1913 errors, classify them and report them to software.
|
| /linux/Documentation/networking/ |
| A D | ip-sysctl.rst | 2712 If enabled, do not classify optimistic addresses as deprecated during
|
Completed in 88 milliseconds