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:ilwt
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
ioam6_iptunnel.c
111
struct ioam6_lwt *
ilwt
;
in ioam6_build_state()
local
164
lwt = lwtunnel_state_alloc(sizeof(*
ilwt
) + len_aligned);
in ioam6_build_state()
168
ilwt
= ioam6_lwt_state(lwt);
in ioam6_build_state()
169
err = dst_cache_init(&
ilwt
->cache, GFP_ATOMIC);
in ioam6_build_state()
175
atomic_set(&
ilwt
->pkt_cnt, 0);
in ioam6_build_state()
176
ilwt
->freq.k = freq_k;
in ioam6_build_state()
177
ilwt
->freq.n = freq_n;
in ioam6_build_state()
179
ilwt
->mode = mode;
in ioam6_build_state()
181
ilwt
->tundst = nla_get_in6_addr(tb[IOAM6_IPTUNNEL_DST]);
in ioam6_build_state()
300
struct ioam6_lwt *
ilwt
;
in ioam6_output()
local
401
struct ioam6_lwt *
ilwt
= ioam6_lwt_state(lwtstate);
ioam6_fill_encap_info()
local
430
struct ioam6_lwt *
ilwt
= ioam6_lwt_state(lwtstate);
ioam6_encap_nlsize()
local
[all...]
/kernel/linux/linux-5.10/net/ipv6/ila/
H
A
D
ila_lwt.c
42
struct ila_lwt *
ilwt
= ila_lwt_lwtunnel(orig_dst->lwtstate);
in ila_output()
local
49
if (
ilwt
->lwt_output)
in ila_output()
61
dst = dst_cache_get(&
ilwt
->dst_cache);
in ila_output()
89
if (
ilwt
->connected)
in ila_output()
90
dst_cache_set_ip6(&
ilwt
->dst_cache, dst, &fl6.saddr);
in ila_output()
104
struct ila_lwt *
ilwt
= ila_lwt_lwtunnel(dst->lwtstate);
in ila_input()
local
109
if (!
ilwt
->lwt_output)
in ila_input()
133
struct ila_lwt *
ilwt
;
in ila_build_state()
local
219
newts = lwtunnel_state_alloc(sizeof(*
ilwt
));
in ila_build_state()
223
ilwt
in ila_build_state()
266
struct ila_lwt *
ilwt
= ila_lwt_lwtunnel(lwtstate);
ila_fill_encap_info()
local
[all...]
/kernel/linux/linux-6.6/net/ipv6/ila/
H
A
D
ila_lwt.c
42
struct ila_lwt *
ilwt
= ila_lwt_lwtunnel(orig_dst->lwtstate);
in ila_output()
local
49
if (
ilwt
->lwt_output)
in ila_output()
61
dst = dst_cache_get(&
ilwt
->dst_cache);
in ila_output()
89
if (
ilwt
->connected)
in ila_output()
90
dst_cache_set_ip6(&
ilwt
->dst_cache, dst, &fl6.saddr);
in ila_output()
104
struct ila_lwt *
ilwt
= ila_lwt_lwtunnel(dst->lwtstate);
in ila_input()
local
109
if (!
ilwt
->lwt_output)
in ila_input()
133
struct ila_lwt *
ilwt
;
in ila_build_state()
local
219
newts = lwtunnel_state_alloc(sizeof(*
ilwt
));
in ila_build_state()
223
ilwt
in ila_build_state()
266
struct ila_lwt *
ilwt
= ila_lwt_lwtunnel(lwtstate);
ila_fill_encap_info()
local
[all...]
Completed in 3 milliseconds