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:sock_map_close
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/net/vmw_vsock/
H
A
D
vsock_bpf.c
119
.close =
sock_map_close
,
128
prot->close =
sock_map_close
;
in vsock_bpf_rebuild_protos()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
udp_bpf.c
22
prot->close =
sock_map_close
;
in udp_bpf_rebuild_protos()
H
A
D
tcp_bpf.c
585
prot[TCP_BPF_BASE].close =
sock_map_close
;
in tcp_bpf_rebuild_protos()
/kernel/linux/linux-6.6/net/unix/
H
A
D
unix_bpf.c
105
prot->close =
sock_map_close
;
in unix_dgram_bpf_rebuild_protos()
114
prot->close =
sock_map_close
;
in unix_stream_bpf_rebuild_protos()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
udp_bpf.c
117
prot->close =
sock_map_close
;
in udp_bpf_rebuild_protos()
H
A
D
tcp_bpf.c
606
prot[TCP_BPF_BASE].close =
sock_map_close
;
in tcp_bpf_rebuild_protos()
/kernel/linux/linux-6.6/net/core/
H
A
D
sock_map.c
200
if (sk->sk_prot->close !=
sock_map_close
) {
in sock_map_psock_get_checked()
1629
void
sock_map_close
(struct sock *sk, long timeout)
in sock_map_close()
function
1654
if (WARN_ON_ONCE(saved_close ==
sock_map_close
))
in sock_map_close()
1658
EXPORT_SYMBOL_GPL(
sock_map_close
);
variable
/kernel/linux/linux-5.10/net/core/
H
A
D
sock_map.c
218
if (sk->sk_prot->close !=
sock_map_close
) {
in sock_map_psock_get_checked()
1563
void
sock_map_close
(struct sock *sk, long timeout)
in sock_map_close()
function
/kernel/linux/linux-5.10/include/linux/
H
A
D
bpf.h
1887
void
sock_map_close
(struct sock *sk, long timeout);
/kernel/linux/linux-6.6/include/linux/
H
A
D
bpf.h
2828
void
sock_map_close
(struct sock *sk, long timeout);
Completed in 19 milliseconds