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:token_node
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/mptcp/
H
A
D
token.c
61
hlist_nulls_for_each_entry_rcu(req, pos, &t->req_chain,
token_node
)
in __token_lookup_req()
130
hlist_nulls_add_head_rcu(&subflow_req->
token_node
, &bucket->req_chain);
in mptcp_token_new_request()
202
hlist_nulls_del_init_rcu(&req->
token_node
);
in mptcp_token_accept()
353
if (hlist_nulls_unhashed(&subflow_req->
token_node
))
in mptcp_token_destroy_request()
360
hlist_nulls_del_init_rcu(&pos->
token_node
);
in mptcp_token_destroy_request()
H
A
D
protocol.h
275
struct hlist_nulls_node
token_node
;
member
418
mptcp_subflow_rsk(req)->
token_node
.pprev = NULL;
in mptcp_token_init_request()
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
token.c
60
hlist_nulls_for_each_entry_rcu(req, pos, &t->req_chain,
token_node
)
in __token_lookup_req()
129
hlist_nulls_add_head_rcu(&subflow_req->
token_node
, &bucket->req_chain);
in mptcp_token_new_request()
205
hlist_nulls_del_init_rcu(&req->
token_node
);
in mptcp_token_accept()
356
if (hlist_nulls_unhashed(&subflow_req->
token_node
))
in mptcp_token_destroy_request()
363
hlist_nulls_del_init_rcu(&pos->
token_node
);
in mptcp_token_destroy_request()
H
A
D
protocol.h
430
struct hlist_nulls_node
token_node
;
member
841
mptcp_subflow_rsk(req)->
token_node
.pprev = NULL;
in mptcp_token_init_request()
Completed in 5 milliseconds