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:ib_net
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/include/net/
H
A
D
inet_hashtables.h
78
possible_net_t
ib_net
;
member
95
possible_net_t
ib_net
;
member
117
static inline struct net *
ib_net
(const struct inet_bind_bucket *ib)
in ib_net()
function
119
return read_pnet(&ib->
ib_net
);
in ib_net()
124
return read_pnet(&ib->
ib_net
);
in ib2_net()
/kernel/linux/linux-5.10/include/net/
H
A
D
inet_hashtables.h
77
possible_net_t
ib_net
;
member
93
static inline struct net *
ib_net
(struct inet_bind_bucket *ib)
in ib_net()
function
95
return read_pnet(&ib->
ib_net
);
in ib_net()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
inet_hashtables.c
82
write_pnet(&tb->
ib_net
, net);
in inet_bind_bucket_create()
165
if (net_eq(
ib_net
(tb), sock_net(sk)) &&
in __inet_inherit_port()
798
if (net_eq(
ib_net
(tb), net) && tb->l3mdev == l3mdev &&
in __inet_hash_connect()
H
A
D
inet_connection_sock.c
236
if (net_eq(
ib_net
(tb), net) && tb->l3mdev == l3mdev &&
in inet_csk_find_open_port()
383
if (net_eq(
ib_net
(tb), net) && tb->l3mdev == l3mdev &&
in inet_csk_get_port()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
inet_hashtables.c
74
write_pnet(&tb->
ib_net
, net);
in inet_bind_bucket_create()
99
return net_eq(
ib_net
(tb), net) && tb->port == port &&
in inet_bind_bucket_match()
109
write_pnet(&tb->
ib_net
, net);
in inet_bind2_bucket_init()
Completed in 10 milliseconds