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:proto_handlers
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
xfrm4_protocol.c
26
static inline struct xfrm4_protocol __rcu **
proto_handlers
(u8 protocol)
in proto_handlers()
function
49
struct xfrm4_protocol __rcu **head =
proto_handlers
(protocol);
in xfrm4_rcv_cb()
66
struct xfrm4_protocol __rcu **head =
proto_handlers
(nexthdr);
in xfrm4_rcv_encap()
229
if (!
proto_handlers
(protocol) || !netproto(protocol))
in xfrm4_protocol_register()
234
if (!rcu_dereference_protected(*
proto_handlers
(protocol),
in xfrm4_protocol_register()
238
for (pprev =
proto_handlers
(protocol);
in xfrm4_protocol_register()
274
if (!
proto_handlers
(protocol) || !netproto(protocol))
in xfrm4_protocol_deregister()
279
for (pprev =
proto_handlers
(protocol);
in xfrm4_protocol_deregister()
290
if (!rcu_dereference_protected(*
proto_handlers
(protocol),
in xfrm4_protocol_deregister()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
xfrm4_protocol.c
26
static inline struct xfrm4_protocol __rcu **
proto_handlers
(u8 protocol)
in proto_handlers()
function
49
struct xfrm4_protocol __rcu **head =
proto_handlers
(protocol);
in xfrm4_rcv_cb()
66
struct xfrm4_protocol __rcu **head =
proto_handlers
(nexthdr);
in xfrm4_rcv_encap()
226
if (!
proto_handlers
(protocol) || !netproto(protocol))
in xfrm4_protocol_register()
231
if (!rcu_dereference_protected(*
proto_handlers
(protocol),
in xfrm4_protocol_register()
235
for (pprev =
proto_handlers
(protocol);
in xfrm4_protocol_register()
271
if (!
proto_handlers
(protocol) || !netproto(protocol))
in xfrm4_protocol_deregister()
276
for (pprev =
proto_handlers
(protocol);
in xfrm4_protocol_deregister()
287
if (!rcu_dereference_protected(*
proto_handlers
(protocol),
in xfrm4_protocol_deregister()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
xfrm6_protocol.c
27
static inline struct xfrm6_protocol __rcu **
proto_handlers
(u8 protocol)
in proto_handlers()
function
50
struct xfrm6_protocol __rcu **head =
proto_handlers
(protocol);
in xfrm6_rcv_cb()
55
for_each_protocol_rcu(*
proto_handlers
(protocol), handler)
in xfrm6_rcv_cb()
67
struct xfrm6_protocol __rcu **head =
proto_handlers
(nexthdr);
in xfrm6_rcv_encap()
242
if (!
proto_handlers
(protocol) || !netproto(protocol))
in xfrm6_protocol_register()
247
if (!rcu_dereference_protected(*
proto_handlers
(protocol),
in xfrm6_protocol_register()
251
for (pprev =
proto_handlers
(protocol);
in xfrm6_protocol_register()
287
if (!
proto_handlers
(protocol) || !netproto(protocol))
in xfrm6_protocol_deregister()
292
for (pprev =
proto_handlers
(protocol);
in xfrm6_protocol_deregister()
303
if (!rcu_dereference_protected(*
proto_handlers
(protoco
in xfrm6_protocol_deregister()
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
xfrm6_protocol.c
27
static inline struct xfrm6_protocol __rcu **
proto_handlers
(u8 protocol)
in proto_handlers()
function
50
struct xfrm6_protocol __rcu **head =
proto_handlers
(protocol);
in xfrm6_rcv_cb()
55
for_each_protocol_rcu(*
proto_handlers
(protocol), handler)
in xfrm6_rcv_cb()
67
struct xfrm6_protocol __rcu **head =
proto_handlers
(nexthdr);
in xfrm6_rcv_encap()
242
if (!
proto_handlers
(protocol) || !netproto(protocol))
in xfrm6_protocol_register()
247
if (!rcu_dereference_protected(*
proto_handlers
(protocol),
in xfrm6_protocol_register()
251
for (pprev =
proto_handlers
(protocol);
in xfrm6_protocol_register()
287
if (!
proto_handlers
(protocol) || !netproto(protocol))
in xfrm6_protocol_deregister()
292
for (pprev =
proto_handlers
(protocol);
in xfrm6_protocol_deregister()
303
if (!rcu_dereference_protected(*
proto_handlers
(protoco
in xfrm6_protocol_deregister()
[all...]
Completed in 3 milliseconds