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:new_lse
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
act_mpls.c
26
u32
new_lse
= 0;
in tcf_mpls_get_lse()
local
29
new_lse
= be32_to_cpu(lse->label_stack_entry);
in tcf_mpls_get_lse()
32
new_lse
&= ~MPLS_LS_LABEL_MASK;
in tcf_mpls_get_lse()
33
new_lse
|= p->tcfm_label << MPLS_LS_LABEL_SHIFT;
in tcf_mpls_get_lse()
36
new_lse
&= ~MPLS_LS_TTL_MASK;
in tcf_mpls_get_lse()
37
new_lse
|= p->tcfm_ttl << MPLS_LS_TTL_SHIFT;
in tcf_mpls_get_lse()
40
new_lse
&= ~MPLS_LS_TC_MASK;
in tcf_mpls_get_lse()
41
new_lse
|= p->tcfm_tc << MPLS_LS_TC_SHIFT;
in tcf_mpls_get_lse()
44
new_lse
&= ~MPLS_LS_S_MASK;
in tcf_mpls_get_lse()
45
new_lse
|
in tcf_mpls_get_lse()
58
__be32
new_lse
;
tcf_mpls_act()
local
[all...]
/kernel/linux/linux-6.6/net/sched/
H
A
D
act_mpls.c
26
u32
new_lse
= 0;
in tcf_mpls_get_lse()
local
29
new_lse
= be32_to_cpu(lse->label_stack_entry);
in tcf_mpls_get_lse()
32
new_lse
&= ~MPLS_LS_LABEL_MASK;
in tcf_mpls_get_lse()
33
new_lse
|= p->tcfm_label << MPLS_LS_LABEL_SHIFT;
in tcf_mpls_get_lse()
36
new_lse
&= ~MPLS_LS_TTL_MASK;
in tcf_mpls_get_lse()
37
new_lse
|= p->tcfm_ttl << MPLS_LS_TTL_SHIFT;
in tcf_mpls_get_lse()
40
new_lse
&= ~MPLS_LS_TC_MASK;
in tcf_mpls_get_lse()
41
new_lse
|= p->tcfm_tc << MPLS_LS_TC_SHIFT;
in tcf_mpls_get_lse()
44
new_lse
&= ~MPLS_LS_S_MASK;
in tcf_mpls_get_lse()
45
new_lse
|
in tcf_mpls_get_lse()
59
__be32
new_lse
;
tcf_mpls_act()
local
[all...]
Completed in 1 milliseconds