Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mpls_tc
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H
A
D
tc_tun_mplsoudp.c
103
match.mask->ls[0].
mpls_tc
);
in parse_tunnel()
105
outer_first_mpls_over_udp.mpls_exp, match.key->ls[0].
mpls_tc
);
in parse_tunnel()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H
A
D
tc_tun_mplsoudp.c
96
match.mask->ls[0].
mpls_tc
);
in parse_tunnel()
98
outer_first_mpls_over_udp.mpls_exp, match.key->ls[0].
mpls_tc
);
in parse_tunnel()
/kernel/linux/linux-5.10/include/net/
H
A
D
flow_dissector.h
69
mpls_tc
:3,
member
/kernel/linux/linux-6.6/include/net/
H
A
D
flow_dissector.h
72
mpls_tc
:3,
member
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
match.c
112
match.key->ls[0].
mpls_tc
) |
in nfp_flower_compile_mac()
120
match.mask->ls[0].
mpls_tc
) |
in nfp_flower_compile_mac()
/kernel/linux/linux-5.10/net/sched/
H
A
D
cls_flower.c
877
lse_val->
mpls_tc
= tc;
in fl_set_key_mpls_lse()
878
lse_mask->
mpls_tc
= MPLS_TC_MASK;
in fl_set_key_mpls_lse()
986
lse_val->
mpls_tc
= tc;
in fl_set_key_mpls()
987
lse_mask->
mpls_tc
= MPLS_TC_MASK;
in fl_set_key_mpls()
2486
if (lse_mask->
mpls_tc
) {
in fl_dump_key_mpls_opt_lse()
2488
lse_key->
mpls_tc
);
in fl_dump_key_mpls_opt_lse()
2562
!lse_mask->
mpls_tc
&& !lse_mask->mpls_label))
in fl_dump_key_mpls()
2571
if (lse_mask->
mpls_tc
) {
in fl_dump_key_mpls()
2573
lse_key->
mpls_tc
);
in fl_dump_key_mpls()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
match.c
140
match.key->ls[0].
mpls_tc
) |
in nfp_flower_compile_mpls()
148
match.mask->ls[0].
mpls_tc
) |
in nfp_flower_compile_mpls()
/kernel/linux/linux-6.6/net/sched/
H
A
D
cls_flower.c
933
lse_val->
mpls_tc
= tc;
in fl_set_key_mpls_lse()
934
lse_mask->
mpls_tc
= MPLS_TC_MASK;
in fl_set_key_mpls_lse()
1042
lse_val->
mpls_tc
= tc;
in fl_set_key_mpls()
1043
lse_mask->
mpls_tc
= MPLS_TC_MASK;
in fl_set_key_mpls()
2818
if (lse_mask->
mpls_tc
) {
in fl_dump_key_mpls_opt_lse()
2820
lse_key->
mpls_tc
);
in fl_dump_key_mpls_opt_lse()
2894
!lse_mask->
mpls_tc
&& !lse_mask->mpls_label))
in fl_dump_key_mpls()
2903
if (lse_mask->
mpls_tc
) {
in fl_dump_key_mpls()
2905
lse_key->
mpls_tc
);
in fl_dump_key_mpls()
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H
A
D
tc_flower.sh
440
flower $tcflags
mpls_tc
0 action drop
442
flower $tcflags
mpls_tc
7 action drop
465
log_test "
mpls_tc
match ($tcflags)"
/kernel/linux/linux-5.10/net/core/
H
A
D
flow_dissector.c
440
lse->
mpls_tc
= (entry & MPLS_LS_TC_MASK) >> MPLS_LS_TC_SHIFT;
in __skb_flow_dissect_mpls()
/kernel/linux/linux-6.6/net/core/
H
A
D
flow_dissector.c
527
lse->
mpls_tc
= (entry & MPLS_LS_TC_MASK) >> MPLS_LS_TC_SHIFT;
in __skb_flow_dissect_mpls()
Completed in 19 milliseconds