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_send_head
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/
H
A
D
tcp_nip.h
123
return sk->
sk_send_head
;
in tcp_nip_send_head()
132
if (sk->
sk_send_head
== NULL)
in tcp_nip_add_write_queue_tail()
133
sk->
sk_send_head
= skb;
in tcp_nip_add_write_queue_tail()
146
sk->
sk_send_head
= NULL;
in tcp_nip_write_queue_purge()
169
sk->
sk_send_head
= NULL;
in tcp_nip_modify_send_head()
/kernel/linux/linux-5.10/net/dccp/
H
A
D
output.c
27
/* enqueue @skb on
sk_send_head
for retransmission, return clone to send now */
31
WARN_ON(sk->
sk_send_head
);
in dccp_skb_entail()
32
sk->
sk_send_head
= skb;
in dccp_skb_entail()
33
return skb_clone(sk->
sk_send_head
, gfp_any());
in dccp_skb_entail()
375
* This function expects sk->
sk_send_head
to contain the original skb.
379
WARN_ON(sk->
sk_send_head
== NULL);
in dccp_retransmit_skb()
387
return dccp_transmit_skb(sk, skb_clone(sk->
sk_send_head
, GFP_ATOMIC));
in dccp_retransmit_skb()
H
A
D
proto.c
222
if (sk->
sk_send_head
!= NULL) {
in dccp_destroy_sock()
223
kfree_skb(sk->
sk_send_head
);
in dccp_destroy_sock()
224
sk->
sk_send_head
= NULL;
in dccp_destroy_sock()
292
if (sk->
sk_send_head
!= NULL) {
in dccp_disconnect()
293
__kfree_skb(sk->
sk_send_head
);
in dccp_disconnect()
294
sk->
sk_send_head
= NULL;
in dccp_disconnect()
H
A
D
input.c
430
WARN_ON(sk->
sk_send_head
== NULL);
in dccp_rcv_request_sent_state_process()
431
kfree_skb(sk->
sk_send_head
);
in dccp_rcv_request_sent_state_process()
432
sk->
sk_send_head
= NULL;
in dccp_rcv_request_sent_state_process()
/kernel/linux/linux-6.6/net/dccp/
H
A
D
output.c
27
/* enqueue @skb on
sk_send_head
for retransmission, return clone to send now */
31
WARN_ON(sk->
sk_send_head
);
in dccp_skb_entail()
32
sk->
sk_send_head
= skb;
in dccp_skb_entail()
33
return skb_clone(sk->
sk_send_head
, gfp_any());
in dccp_skb_entail()
384
* This function expects sk->
sk_send_head
to contain the original skb.
388
WARN_ON(sk->
sk_send_head
== NULL);
in dccp_retransmit_skb()
396
return dccp_transmit_skb(sk, skb_clone(sk->
sk_send_head
, GFP_ATOMIC));
in dccp_retransmit_skb()
H
A
D
input.c
430
WARN_ON(sk->
sk_send_head
== NULL);
in dccp_rcv_request_sent_state_process()
431
kfree_skb(sk->
sk_send_head
);
in dccp_rcv_request_sent_state_process()
432
sk->
sk_send_head
= NULL;
in dccp_rcv_request_sent_state_process()
H
A
D
proto.c
225
if (sk->
sk_send_head
!= NULL) {
in dccp_destroy_sock()
226
kfree_skb(sk->
sk_send_head
);
in dccp_destroy_sock()
227
sk->
sk_send_head
= NULL;
in dccp_destroy_sock()
284
if (sk->
sk_send_head
!= NULL) {
in dccp_disconnect()
285
__kfree_skb(sk->
sk_send_head
);
in dccp_disconnect()
286
sk->
sk_send_head
= NULL;
in dccp_disconnect()
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
pvcalls-front.c
107
map = (struct sock_mapping *)sock->sk->
sk_send_head
;
in pvcalls_enter_sock()
120
map = (struct sock_mapping *)sock->sk->
sk_send_head
;
in pvcalls_exit_sock()
301
* sock->sk->
sk_send_head
is not used for ip sockets: reuse the
in pvcalls_front_socket()
306
sock->sk->
sk_send_head
= (void *)map;
in pvcalls_front_socket()
887
newsock->sk->
sk_send_head
= (void *)map2;
in pvcalls_front_accept()
1026
sock->sk->
sk_send_head
= NULL;
in pvcalls_front_release()
1052
* not started before we've cleared
sk_send_head
here. The
in pvcalls_front_release()
1100
map->sock->sk->
sk_send_head
= NULL;
in pvcalls_front_remove()
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
pvcalls-front.c
107
map = (struct sock_mapping *)sock->sk->
sk_send_head
;
in pvcalls_enter_sock()
120
map = (struct sock_mapping *)sock->sk->
sk_send_head
;
in pvcalls_exit_sock()
311
* sock->sk->
sk_send_head
is not used for ip sockets: reuse the
in pvcalls_front_socket()
316
sock->sk->
sk_send_head
= (void *)map;
in pvcalls_front_socket()
895
newsock->sk->
sk_send_head
= (void *)map2;
in pvcalls_front_accept()
1034
sock->sk->
sk_send_head
= NULL;
in pvcalls_front_release()
1060
* not started before we've cleared
sk_send_head
here. The
in pvcalls_front_release()
1108
map->sock->sk->
sk_send_head
= NULL;
in pvcalls_front_remove()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_output.c
124
sk->
sk_send_head
= NULL;
in tcp_advance_send_head()
126
sk->
sk_send_head
= skb_queue_next(&sk->sk_write_queue, skb);
in tcp_advance_send_head()
H
A
D
tcp_nip.c
2207
sk->
sk_send_head
= NULL;
in tcp_nip_disconnect()
/kernel/linux/linux-5.10/net/core/
H
A
D
sock.c
1926
newsk->
sk_send_head
= NULL;
in sk_clone_lock()
2989
sk->
sk_send_head
= NULL;
in sock_init_data_uid()
/kernel/linux/linux-6.6/net/core/
H
A
D
sock.c
2343
newsk->
sk_send_head
= NULL;
in sk_clone_lock()
3421
sk->
sk_send_head
= NULL;
in sock_init_data_uid()
/kernel/linux/linux-5.10/include/net/
H
A
D
sock.h
329
* @
sk_send_head
: front of stuff to transmit
330
* @tcp_rtx_queue: TCP re-transmit queue [union with @
sk_send_head
]
444
struct sk_buff *
sk_send_head
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
sock.h
332
* @
sk_send_head
: front of stuff to transmit
333
* @tcp_rtx_queue: TCP re-transmit queue [union with @
sk_send_head
]
454
struct sk_buff *
sk_send_head
;
member
Completed in 32 milliseconds