| /linux/include/net/ |
| H 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 …]
|
| H A D | sch_generic.h | 358 int (*classify)(struct sk_buff *, member 429 int (*classify)(struct sk_buff *, member
|
| /linux/rust/syn/ |
| H A D | stmt.rs | 85 use crate::classify; 164 Stmt::Expr(stmt, None) => classify::requires_semi_to_be_stmt(stmt), in parse_within() 304 let diverge = if !classify::expr_trailing_brace(&expr) && input.peek(Token![else]) { in stmt_local() 408 } else if allow_nosemi.0 || !classify::requires_semi_to_be_stmt(&e) { in stmt_expr() 418 use crate::classify; 460 init.diverge.is_some() && classify::expr_trailing_brace(&init.expr), in to_tokens()
|
| H A D | fixup.rs | 3 use crate::classify; 380 (self.leftmost_subexpression_in_stmt && !classify::requires_semi_to_be_stmt(expr)) in parenthesize() 383 && !classify::requires_comma_to_be_match_arm(expr)) in parenthesize() 438 if classify::trailing_unparameterized_path(&cast.ty) { in precedence() 657 if bailout_offset >= 1 || e.label.is_none() && classify::expr_leading_label(value) { in scan_right()
|
| H A D | lib.rs | 346 mod classify; module
|
| H A D | expr.rs | 1179 use crate::classify; 3018 requires_comma = classify::requires_comma_to_be_match_arm(&body); in parse() 3128 use crate::classify; 3464 e.label.is_none() && classify::expr_leading_label(value), in print_expr_break() 3781 && classify::requires_comma_to_be_match_arm(&arm.body) in to_tokens()
|
| /linux/net/sched/ |
| H A D | Kconfig | 488 Say Y here if you want to be able to classify packets using 500 If you say Y here, you will be able to classify packets 510 If you say Y here, you will be able to classify packets 520 Say Y here to be able to classify packets using a universal 543 If you say Y here, you will be able to classify packets based on 556 Say Y here if you want to classify packets based on the control 566 If you say Y here, you will be able to classify packets based on 576 If you say Y here, you will be able to classify packets based on 586 If you say Y here, you will be able to classify packets based on 619 Say Y here if you want to be able to classify packets based on [all …]
|
| H A D | cls_cgroup.c | 204 .classify = cls_cgroup_classify,
|
| H A D | cls_basic.c | 320 .classify = basic_classify,
|
| H A D | cls_matchall.c | 391 .classify = mall_classify,
|
| H A D | cls_fw.c | 425 .classify = fw_classify,
|
| H A D | cls_route.c | 663 .classify = route4_classify,
|
| H A D | cls_bpf.c | 685 .classify = cls_bpf_classify,
|
| H A D | cls_flow.c | 696 .classify = flow_classify,
|
| H A D | cls_u32.c | 1457 .classify = u32_classify,
|
| H A D | cls_api.c | 389 tp->classify = tp->ops->classify; in tcf_proto_create()
|
| H A D | cls_flower.c | 3834 .classify = fl_classify,
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | README.rst | 41 classify the entry: column two is a copy and paste of the error being reported
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| H A D | overview.rst | 194 parse/classify config, IRQ config, enable, reset
|
| /linux/drivers/ata/ |
| H A D | libata-eh.c | 2824 int ata_eh_reset(struct ata_link *link, int classify, in ata_eh_reset() argument 3133 if (classify && nr_unknown) { in ata_eh_reset()
|
| /linux/net/netfilter/ |
| H 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/ |
| H A D | maintainer-netdev.rst | 176 completely. Maintainers will classify and update the state of the patches
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | cgroups.rst | 142 With the ability to classify tasks differently for different resources
|
| /linux/Documentation/networking/ |
| H A D | ip-sysctl.rst | 3123 If enabled, do not classify optimistic addresses as deprecated during
|