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:key_mpls
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
match.c
126
u32
key_mpls
, msk_mpls;
in nfp_flower_compile_mpls()
local
137
key_mpls
= FIELD_PREP(NFP_FLOWER_MASK_MPLS_LB,
in nfp_flower_compile_mpls()
153
ext->mpls_lse |= cpu_to_be32((
key_mpls
& msk_mpls));
in nfp_flower_compile_mpls()
/kernel/linux/linux-5.10/net/core/
H
A
D
flow_dissector.c
430
struct flow_dissector_key_mpls *
key_mpls
;
in __skb_flow_dissect_mpls()
local
433
key_mpls
= skb_flow_dissector_target(flow_dissector,
in __skb_flow_dissect_mpls()
436
lse = &
key_mpls
->ls[lse_index];
in __skb_flow_dissect_mpls()
442
dissector_set_mpls_lse(
key_mpls
, lse_index);
in __skb_flow_dissect_mpls()
/kernel/linux/linux-6.6/net/core/
H
A
D
flow_dissector.c
517
struct flow_dissector_key_mpls *
key_mpls
;
in __skb_flow_dissect_mpls()
local
520
key_mpls
= skb_flow_dissector_target(flow_dissector,
in __skb_flow_dissect_mpls()
523
lse = &
key_mpls
->ls[lse_index];
in __skb_flow_dissect_mpls()
529
dissector_set_mpls_lse(
key_mpls
, lse_index);
in __skb_flow_dissect_mpls()
Completed in 6 milliseconds