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:maybe_get_net
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
net_namespace.h
265
static inline struct net *
maybe_get_net
(struct net *net)
in maybe_get_net()
function
307
static inline struct net *
maybe_get_net
(struct net *net)
in maybe_get_net()
function
H
A
D
pkt_cls.h
246
exts->net =
maybe_get_net
(exts->net);
in tcf_exts_get_net()
/kernel/linux/linux-6.6/include/net/
H
A
D
net_namespace.h
264
static inline struct net *
maybe_get_net
(struct net *net)
in maybe_get_net()
function
307
static inline struct net *
maybe_get_net
(struct net *net)
in maybe_get_net()
function
H
A
D
pkt_cls.h
247
exts->net =
maybe_get_net
(exts->net);
in tcf_exts_get_net()
/kernel/linux/linux-5.10/fs/proc/
H
A
D
proc_net.c
39
return
maybe_get_net
(PDE_NET(PDE(inode)));
in get_proc_net()
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_nat_masquerade.c
107
net =
maybe_get_net
(net);
in nf_nat_masq_schedule()
H
A
D
nf_tables_api.c
8184
trans->net =
maybe_get_net
(net);
in nft_trans_gc_alloc()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
proc_net.c
36
return
maybe_get_net
(PDE_NET(PDE(inode)));
in get_proc_net()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_nat_masquerade.c
111
net =
maybe_get_net
(net);
in nf_nat_masq_schedule()
H
A
D
nf_tables_api.c
9597
trans->net =
maybe_get_net
(net);
in nft_trans_gc_alloc()
/kernel/linux/linux-5.10/drivers/net/wireguard/
H
A
D
socket.c
378
net = net ?
maybe_get_net
(net) : NULL;
in wg_socket_init()
/kernel/linux/linux-6.6/drivers/net/wireguard/
H
A
D
socket.c
378
net = net ?
maybe_get_net
(net) : NULL;
in wg_socket_init()
/kernel/linux/linux-5.10/net/core/
H
A
D
net_namespace.c
279
if (!
maybe_get_net
(peer)) {
in peernet2id_alloc()
328
peer =
maybe_get_net
(peer);
in get_net_ns_by_id()
/kernel/linux/linux-6.6/net/core/
H
A
D
net_namespace.c
252
if (!
maybe_get_net
(peer)) {
in peernet2id_alloc()
301
peer =
maybe_get_net
(peer);
in get_net_ns_by_id()
/kernel/linux/linux-6.6/net/rds/
H
A
D
tcp.c
502
if (!
maybe_get_net
(net)) {
in rds_tcp_tune()
Completed in 39 milliseconds