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:next_port
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
rxtimestamp.c
125
static int
next_port
= 19999;
variable
290
port = (s->type == SOCK_RAW) ? 0 :
next_port
++;
in run_test_case()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
rxtimestamp.c
125
static int
next_port
= 19999;
variable
290
port = (s->type == SOCK_RAW) ? 0 :
next_port
++;
in run_test_case()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
inet_hashtables.c
802
goto
next_port
;
in __inet_hash_connect()
807
goto
next_port
;
in __inet_hash_connect()
820
next_port
:
in __inet_hash_connect()
H
A
D
inet_connection_sock.c
240
goto
next_port
;
in inet_csk_find_open_port()
244
next_port
:
in inet_csk_find_open_port()
H
A
D
ping.c
99
goto
next_port
;
in ping_get_port()
105
next_port
:
in ping_get_port()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
inet_connection_sock.c
374
goto
next_port
;
in inet_csk_find_open_port()
386
goto
next_port
;
in inet_csk_find_open_port()
390
next_port
:
in inet_csk_find_open_port()
H
A
D
inet_hashtables.c
1062
goto
next_port
;
in __inet_hash_connect()
1067
goto
next_port
;
in __inet_hash_connect()
1081
next_port
:
in __inet_hash_connect()
H
A
D
ping.c
99
goto
next_port
;
in ping_get_port()
105
next_port
:
in ping_get_port()
/kernel/linux/linux-6.6/drivers/cxl/core/
H
A
D
region.c
1530
static struct cxl_port *
next_port
(struct cxl_port *port)
in next_port()
function
1561
parent =
next_port
(port);
in find_pos_and_ways()
1641
for (iter = port; iter; iter =
next_port
(iter)) {
in cxl_calc_interleave_pos()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_scsih.c
10156
struct _sas_port *mpt3sas_port, *
next_port
;
in scsih_remove()
local
10211
list_for_each_entry_safe(mpt3sas_port,
next_port
,
in scsih_remove()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_scsih.c
11265
struct _sas_port *mpt3sas_port, *
next_port
;
in scsih_remove()
local
11323
list_for_each_entry_safe(mpt3sas_port,
next_port
,
in scsih_remove()
Completed in 50 milliseconds