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:udp_port_hash
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
udp.h
41
#define
udp_port_hash
inet.sk.__sk_common.skc_u16hashes[0]
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
udp.h
50
#define
udp_port_hash
inet.sk.__sk_common.skc_u16hashes[0]
macro
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
udp.c
143
(bitmap || udp_sk(sk2)->
udp_port_hash
== num) &&
in udp_lib_lport_inuse()
156
__set_bit(udp_sk(sk2)->
udp_port_hash
>> log,
in udp_lib_lport_inuse()
180
(udp_sk(sk2)->
udp_port_hash
== num) &&
in udp_lib_lport_inuse2()
210
(udp_sk(sk2)->
udp_port_hash
== udp_sk(sk)->
udp_port_hash
) &&
in udp_reuseport_add_sock()
309
udp_sk(sk)->
udp_port_hash
= snum;
in udp_lib_get_port()
315
udp_sk(sk)->
udp_port_hash
= 0;
in udp_lib_get_port()
369
udp_sk(sk)->
udp_port_hash
!= hnum ||
in compute_score()
594
udp_sk(sk)->
udp_port_hash
!= hnum ||
in __udp_is_mcast_sock()
1980
udp_sk(sk)->
udp_port_hash
);
in udp_lib_unhash()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
udp.c
152
(bitmap || udp_sk(sk2)->
udp_port_hash
== num) &&
in udp_lib_lport_inuse()
165
__set_bit(udp_sk(sk2)->
udp_port_hash
>> log,
in udp_lib_lport_inuse()
189
(udp_sk(sk2)->
udp_port_hash
== num) &&
in udp_lib_lport_inuse2()
219
(udp_sk(sk2)->
udp_port_hash
== udp_sk(sk)->
udp_port_hash
) &&
in udp_reuseport_add_sock()
318
udp_sk(sk)->
udp_port_hash
= snum;
in udp_lib_get_port()
324
udp_sk(sk)->
udp_port_hash
= 0;
in udp_lib_get_port()
376
udp_sk(sk)->
udp_port_hash
!= hnum ||
in compute_score()
574
udp_sk(sk)->
udp_port_hash
!= hnum ||
in __udp_is_mcast_sock()
1958
udp_sk(sk)->
udp_port_hash
);
in udp_lib_unhash()
[all...]
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
udp.c
152
udp_sk(sk)->
udp_port_hash
!= hnum ||
in nip_udp_compute_score()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
udp.c
124
udp_sk(sk)->
udp_port_hash
!= hnum ||
in compute_score()
792
if (udp_sk(sk)->
udp_port_hash
!= hnum ||
in __udp_v6_is_mcast_sock()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
udp.c
130
udp_sk(sk)->
udp_port_hash
!= hnum ||
in compute_score()
804
if (udp_sk(sk)->
udp_port_hash
!= hnum ||
in __udp_v6_is_mcast_sock()
Completed in 14 milliseconds