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:sk_reuse
(Results
1 - 25
of
42
) sorted by relevance
1
2
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
bpf_tracing_net.h
90
#define
sk_reuse
__sk_common.skc_reuse
macro
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
inet_connection_sock.c
139
bool reuse = sk->
sk_reuse
;
in inet_csk_bind_conflict()
159
if (reuse && sk2->
sk_reuse
&&
in inet_csk_bind_conflict()
201
attempt_half = (sk->
sk_reuse
== SK_CAN_REUSE) ? 1 : 0;
in inet_csk_find_open_port()
308
bool reuse = sk->
sk_reuse
&& sk->sk_state != TCP_LISTEN;
in inet_csk_update_fastreuse()
361
bool reuse = sk->
sk_reuse
&& sk->sk_state != TCP_LISTEN;
in inet_csk_get_port()
393
if (sk->
sk_reuse
== SK_FORCE_REUSE)
in inet_csk_get_port()
H
A
D
inet_timewait_sock.c
181
tw->tw_reuse = sk->
sk_reuse
;
in inet_twsk_alloc()
H
A
D
ping.c
121
(!sk2->
sk_reuse
|| !sk->
sk_reuse
))
in ping_get_port()
H
A
D
udp.c
144
(!sk2->
sk_reuse
|| !sk->
sk_reuse
) &&
in udp_lib_lport_inuse()
181
(!sk2->
sk_reuse
|| !sk->
sk_reuse
) &&
in udp_lib_lport_inuse2()
H
A
D
tcp.c
3320
sk->
sk_reuse
= SK_FORCE_REUSE;
in do_tcp_setsockopt()
3324
sk->
sk_reuse
= SK_NO_REUSE;
in do_tcp_setsockopt()
3328
sk->
sk_reuse
= SK_NO_REUSE;
in do_tcp_setsockopt()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
inet_connection_sock.c
180
if (sk->
sk_reuse
&& sk2->
sk_reuse
&&
in inet_bind_conflict()
338
attempt_half = (sk->
sk_reuse
== SK_CAN_REUSE) ? 1 : 0;
in inet_csk_find_open_port()
456
bool reuse = sk->
sk_reuse
&& sk->sk_state != TCP_LISTEN;
in inet_csk_update_fastreuse()
510
bool reuse = sk->
sk_reuse
&& sk->sk_state != TCP_LISTEN;
in inet_csk_get_port()
551
if (sk->
sk_reuse
== SK_FORCE_REUSE ||
in inet_csk_get_port()
H
A
D
inet_timewait_sock.c
202
tw->tw_reuse = sk->
sk_reuse
;
in inet_twsk_alloc()
H
A
D
ping.c
121
(!sk2->
sk_reuse
|| !sk->
sk_reuse
))
in ping_get_port()
H
A
D
udp.c
153
(!sk2->
sk_reuse
|| !sk->
sk_reuse
) &&
in udp_lib_lport_inuse()
190
(!sk2->
sk_reuse
|| !sk->
sk_reuse
) &&
in udp_lib_lport_inuse2()
/kernel/linux/linux-5.10/net/rds/
H
A
D
tcp_listen.c
280
sock->sk->
sk_reuse
= SK_CAN_REUSE;
in rds_tcp_listen_init()
/kernel/linux/linux-6.6/net/rds/
H
A
D
tcp_listen.c
285
sock->sk->
sk_reuse
= SK_CAN_REUSE;
in rds_tcp_listen_init()
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
sockopt.c
316
sk->
sk_reuse
= ssk->
sk_reuse
;
in mptcp_setsockopt_sol_socket()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
af_ninet.c
193
sk->
sk_reuse
= SK_CAN_REUSE;
in ninet_create()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
iscsi_tcp.c
693
sk->
sk_reuse
= SK_CAN_REUSE;
in iscsi_sw_tcp_conn_bind()
/kernel/linux/linux-5.10/net/sched/
H
A
D
em_meta.c
299
dst->value = skb->sk->
sk_reuse
;
in META_COLLECTOR()
/kernel/linux/linux-6.6/net/sched/
H
A
D
em_meta.c
299
dst->value = skb->sk->
sk_reuse
;
in META_COLLECTOR()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
iscsi_tcp.c
742
sk->
sk_reuse
= SK_CAN_REUSE;
in iscsi_sw_tcp_conn_bind()
/kernel/linux/linux-5.10/net/core/
H
A
D
sock.c
710
sk->
sk_reuse
= SK_CAN_REUSE;
in sock_set_reuseaddr()
867
sk->
sk_reuse
= (valbool ? SK_CAN_REUSE : SK_NO_REUSE);
in sock_setsockopt()
1344
v.val = sk->
sk_reuse
;
in sock_getsockopt()
/kernel/linux/linux-6.6/net/core/
H
A
D
sock.c
786
sk->
sk_reuse
= SK_CAN_REUSE;
in sock_set_reuseaddr()
1132
sk->
sk_reuse
= (valbool ? SK_CAN_REUSE : SK_NO_REUSE);
in sk_setsockopt()
1653
v.val = sk->
sk_reuse
;
in sk_getsockopt()
/kernel/linux/linux-5.10/net/smc/
H
A
D
af_smc.c
297
smc->clcsock->sk->
sk_reuse
= sk->
sk_reuse
;
in smc_bind()
/kernel/linux/linux-5.10/net/mptcp/
H
A
D
protocol.c
2222
sk->
sk_reuse
= ssock->sk->
sk_reuse
;
in mptcp_setsockopt_sol_socket()
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
svcsock.c
1466
sock->sk->
sk_reuse
= SK_CAN_REUSE; /* allow address reuse */
in svc_create_socket()
/kernel/linux/linux-5.10/net/can/j1939/
H
A
D
socket.c
407
jsk->sk.
sk_reuse
= 1; /* per default */
in j1939_sk_init()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
af_inet6.c
198
sk->
sk_reuse
= SK_CAN_REUSE;
in inet6_create()
Completed in 52 milliseconds
1
2