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_wfree
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/net/core/
H
A
D
sock_destructor.h
9
skb->destructor ==
__sock_wfree
||
in is_skb_wmem()
H
A
D
sock.c
2515
void
__sock_wfree
(struct sk_buff *skb)
in __sock_wfree()
function
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
nip_output.c
235
* and set destructor to
__sock_wfree
to reduce the SOCK send cache size
in _nip_udp_single_output()
238
skb->destructor =
__sock_wfree
;
in _nip_udp_single_output()
H
A
D
tcp_nip_output.c
540
skb->destructor = skb_is_tcp_pure_ack(skb) ?
__sock_wfree
: tcp_wfree;
in __tcp_nip_transmit_skb()
/kernel/linux/linux-5.10/include/net/
H
A
D
sock.h
1727
void
__sock_wfree
(struct sk_buff *skb);
/kernel/linux/linux-6.6/include/net/
H
A
D
sock.h
1850
void
__sock_wfree
(struct sk_buff *skb);
/kernel/linux/linux-5.10/net/core/
H
A
D
sock.c
2075
void
__sock_wfree
(struct sk_buff *skb)
in __sock_wfree()
function
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_output.c
1321
skb->destructor = skb_is_tcp_pure_ack(skb) ?
__sock_wfree
: tcp_wfree;
in __tcp_transmit_skb()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_output.c
1331
skb->destructor = skb_is_tcp_pure_ack(skb) ?
__sock_wfree
: tcp_wfree;
in __tcp_transmit_skb()
Completed in 33 milliseconds