Searched refs:classify (Results 1 – 17 of 17) sorted by relevance
| /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 | 439 .classify = fw_classify,
|
| H A D | cls_route.c | 663 .classify = route4_classify,
|
| H A D | cls_bpf.c | 5 * Might be used to classify traffic through flexible, user-defined and 687 .classify = cls_bpf_classify,
|
| H A D | cls_flow.c | 710 .classify = flow_classify,
|
| H A D | cls_u32.c | 1460 .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 | 3830 .classify = fl_classify, in fl_delete_empty()
|
| /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
|