Searched refs:classify (Results 1 – 23 of 23) sorted by relevance
/linux/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/net/sched/ |
A D | Kconfig | 500 Say Y here if you want to be able to classify packets using 510 Say Y here if you want to be able to classify packets based on 523 If you say Y here, you will be able to classify packets 533 If you say Y here, you will be able to classify packets 543 Say Y here to be able to classify packets using a universal 670 Say Y here if you want to be able to classify packets based on 680 Say Y here if you want to be able to classify packets based on 690 Say Y here if you want to be able to classify packets using 700 Say Y here if you want to be able to classify packets based on 715 Say Y here if you want to be able to classify packets based on [all …]
|
A D | cls_cgroup.c | 202 .classify = cls_cgroup_classify,
|
A D | cls_basic.c | 330 .classify = basic_classify,
|
A D | cls_matchall.c | 414 .classify = mall_classify,
|
A D | cls_fw.c | 436 .classify = fw_classify,
|
A D | cls_route.c | 659 .classify = route4_classify,
|
A D | cls_flow.c | 699 .classify = flow_classify,
|
A D | cls_tcindex.c | 714 .classify = tcindex_classify,
|
A D | cls_bpf.c | 697 .classify = cls_bpf_classify,
|
A D | cls_rsvp.h | 753 .classify = rsvp_classify,
|
A D | cls_api.c | 268 tp->classify = tp->ops->classify; in tcf_proto_create() 1549 err = tp->classify(skb, tp, res); in __tcf_classify()
|
A D | cls_u32.c | 1376 .classify = u32_classify,
|
A D | cls_flower.c | 3206 .classify = fl_classify,
|
/linux/drivers/ata/ |
A D | libata.h | 171 extern int ata_eh_reset(struct ata_link *link, int classify,
|
A D | libata-eh.c | 2449 int ata_eh_reset(struct ata_link *link, int classify, in ata_eh_reset() argument 2751 if (classify && nr_unknown) { in ata_eh_reset()
|
/linux/include/net/ |
A D | sch_generic.h | 357 int (*classify)(struct sk_buff *, member 422 int (*classify)(struct sk_buff *, member
|
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
A D | overview.rst | 194 parse/classify config, IRQ config, enable, reset
|
/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/process/ |
A D | adding-syscalls.rst | 447 functions that classify some special types of system call -- specifically
|
/linux/Documentation/admin-guide/cgroup-v1/ |
A D | cgroups.rst | 140 With the ability to classify tasks differently for different resources
|
/linux/arch/arm64/ |
A D | Kconfig | 1566 errors, classify them and report them to software.
|
/linux/Documentation/networking/ |
A D | ip-sysctl.rst | 2397 If enabled, do not classify optimistic addresses as deprecated during
|
Completed in 72 milliseconds