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:tcp_wfree
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/net/core/
H
A
D
sock_destructor.h
10
(IS_ENABLED(CONFIG_INET) && skb->destructor ==
tcp_wfree
);
in is_skb_wmem()
H
A
D
sock.c
2555
(IS_ENABLED(CONFIG_INET) && skb->destructor ==
tcp_wfree
));
in can_skb_orphan_partial()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_offload.c
93
copy_destructor = gso_skb->destructor ==
tcp_wfree
;
in tcp_gso_segment()
H
A
D
tcp_output.c
991
* We do this using a special skb destructor (
tcp_wfree
).
993
* Its important
tcp_wfree
() can be replaced by sock_wfree() in the event skb
1037
* transferring tsq->head because
tcp_wfree
() might
1138
void
tcp_wfree
(struct sk_buff *skb)
in tcp_wfree()
function
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_offload.c
95
copy_destructor = gso_skb->destructor ==
tcp_wfree
;
in tcp_gso_segment()
H
A
D
tcp_output.c
1001
* We do this using a special skb destructor (
tcp_wfree
).
1003
* Its important
tcp_wfree
() can be replaced by sock_wfree() in the event skb
1047
* transferring tsq->head because
tcp_wfree
() might
1146
void
tcp_wfree
(struct sk_buff *skb)
in tcp_wfree()
function
1331
skb->destructor = skb_is_tcp_pure_ack(skb) ? __sock_wfree :
tcp_wfree
;
in __tcp_transmit_skb()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
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
tcp.h
332
void
tcp_wfree
(struct sk_buff *skb);
/kernel/linux/linux-6.6/include/net/
H
A
D
tcp.h
338
void
tcp_wfree
(struct sk_buff *skb);
/kernel/linux/linux-5.10/net/core/
H
A
D
sock.c
2115
(IS_ENABLED(CONFIG_INET) && skb->destructor ==
tcp_wfree
));
in can_skb_orphan_partial()
Completed in 31 milliseconds