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:pdu_unack_q
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/llc/
H
A
D
llc_conn.c
227
while ((skb = skb_dequeue(&llc->
pdu_unack_q
)) != NULL) {
in llc_conn_resend_i_pdu_as_cmd()
267
while ((skb = skb_dequeue(&llc->
pdu_unack_q
)) != NULL) {
in llc_conn_resend_i_pdu_as_rsp()
288
* @how_many_unacked: size of
pdu_unack_q
after removing acked pdus
290
* Removes acknowledged pdus from transmit queue (
pdu_unack_q
). Returns
300
int q_len = skb_queue_len(&llc->
pdu_unack_q
);
in llc_conn_remove_acked_pdus()
304
skb = skb_peek(&llc->
pdu_unack_q
);
in llc_conn_remove_acked_pdus()
312
skb = skb_dequeue(&llc->
pdu_unack_q
);
in llc_conn_remove_acked_pdus()
317
*how_many_unacked = skb_queue_len(&llc->
pdu_unack_q
);
in llc_conn_remove_acked_pdus()
338
skb_queue_tail(&llc_sk(sk)->
pdu_unack_q
, skb);
in llc_conn_send_pdus()
903
skb_queue_head_init(&llc->
pdu_unack_q
);
in llc_sk_init()
[all...]
H
A
D
llc_c_ev.c
86
if (skb_queue_empty(&llc->
pdu_unack_q
))
in llc_util_nr_inside_tx_window()
88
skb = skb_peek(&llc->
pdu_unack_q
);
in llc_util_nr_inside_tx_window()
91
skb = skb_peek_tail(&llc->
pdu_unack_q
);
in llc_util_nr_inside_tx_window()
623
return !(skb_queue_len(&llc_sk(sk)->
pdu_unack_q
) + 1 == llc_sk(sk)->k);
in llc_conn_ev_qlfy_last_frame_eq_1()
637
return skb_queue_len(&llc_sk(sk)->
pdu_unack_q
) + 1 == llc_sk(sk)->k;
in llc_conn_ev_qlfy_last_frame_eq_0()
H
A
D
llc_c_ac.c
1077
u8 unacked_pdu = skb_queue_len(&llc->
pdu_unack_q
);
in llc_conn_ac_dec_tx_win_size()
/kernel/linux/linux-6.6/net/llc/
H
A
D
llc_conn.c
228
while ((skb = skb_dequeue(&llc->
pdu_unack_q
)) != NULL) {
in llc_conn_resend_i_pdu_as_cmd()
268
while ((skb = skb_dequeue(&llc->
pdu_unack_q
)) != NULL) {
in llc_conn_resend_i_pdu_as_rsp()
289
* @how_many_unacked: size of
pdu_unack_q
after removing acked pdus
291
* Removes acknowledged pdus from transmit queue (
pdu_unack_q
). Returns
301
int q_len = skb_queue_len(&llc->
pdu_unack_q
);
in llc_conn_remove_acked_pdus()
305
skb = skb_peek(&llc->
pdu_unack_q
);
in llc_conn_remove_acked_pdus()
313
skb = skb_dequeue(&llc->
pdu_unack_q
);
in llc_conn_remove_acked_pdus()
318
*how_many_unacked = skb_queue_len(&llc->
pdu_unack_q
);
in llc_conn_remove_acked_pdus()
339
skb_queue_tail(&llc_sk(sk)->
pdu_unack_q
, skb);
in llc_conn_send_pdus()
915
skb_queue_head_init(&llc->
pdu_unack_q
);
in llc_sk_init()
[all...]
H
A
D
llc_c_ev.c
86
if (skb_queue_empty(&llc->
pdu_unack_q
))
in llc_util_nr_inside_tx_window()
88
skb = skb_peek(&llc->
pdu_unack_q
);
in llc_util_nr_inside_tx_window()
91
skb = skb_peek_tail(&llc->
pdu_unack_q
);
in llc_util_nr_inside_tx_window()
623
return !(skb_queue_len(&llc_sk(sk)->
pdu_unack_q
) + 1 == llc_sk(sk)->k);
in llc_conn_ev_qlfy_last_frame_eq_1()
637
return skb_queue_len(&llc_sk(sk)->
pdu_unack_q
) + 1 == llc_sk(sk)->k;
in llc_conn_ev_qlfy_last_frame_eq_0()
H
A
D
llc_c_ac.c
1077
u8 unacked_pdu = skb_queue_len(&llc->
pdu_unack_q
);
in llc_conn_ac_dec_tx_win_size()
/kernel/linux/linux-5.10/include/net/
H
A
D
llc_conn.h
62
struct sk_buff_head
pdu_unack_q
; /* PUDs sent/waiting ack */
member
/kernel/linux/linux-6.6/include/net/
H
A
D
llc_conn.h
63
struct sk_buff_head
pdu_unack_q
; /* PUDs sent/waiting ack */
member
Completed in 12 milliseconds