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:srej_q
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
l2cap_core.c
474
skb_queue_head_init(&chan->
srej_q
);
in l2cap_chan_create()
701
skb_queue_purge(&chan->
srej_q
);
in l2cap_chan_del()
1334
skb_queue_purge(&chan->
srej_q
);
in l2cap_move_setup()
2784
if (!l2cap_ertm_seq_in_queue(&chan->
srej_q
, seq)) {
in l2cap_send_srej()
2874
skb_queue_purge(&chan->
srej_q
);
in l2cap_abort_rx_srej_sent()
3301
skb_queue_head_init(&chan->
srej_q
);
in l2cap_ertm_init()
6738
chan->buffer_seq, skb_queue_len(&chan->
srej_q
));
in l2cap_rx_queued_iframes()
6740
skb = l2cap_ertm_seq_in_queue(&chan->
srej_q
, chan->buffer_seq);
in l2cap_rx_queued_iframes()
6745
skb_unlink(skb, &chan->
srej_q
);
in l2cap_rx_queued_iframes()
6752
if (skb_queue_empty(&chan->
srej_q
)) {
in l2cap_rx_queued_iframes()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
l2cap_core.c
451
skb_queue_head_init(&chan->
srej_q
);
in l2cap_chan_create()
667
skb_queue_purge(&chan->
srej_q
);
in l2cap_chan_del()
2608
if (!l2cap_ertm_seq_in_queue(&chan->
srej_q
, seq)) {
in l2cap_send_srej()
2698
skb_queue_purge(&chan->
srej_q
);
in l2cap_abort_rx_srej_sent()
3120
skb_queue_head_init(&chan->
srej_q
);
in l2cap_ertm_init()
5740
chan->buffer_seq, skb_queue_len(&chan->
srej_q
));
in l2cap_rx_queued_iframes()
5742
skb = l2cap_ertm_seq_in_queue(&chan->
srej_q
, chan->buffer_seq);
in l2cap_rx_queued_iframes()
5747
skb_unlink(skb, &chan->
srej_q
);
in l2cap_rx_queued_iframes()
5754
if (skb_queue_empty(&chan->
srej_q
)) {
in l2cap_rx_queued_iframes()
5884
if (l2cap_ertm_seq_in_queue(&chan->
srej_q
, txse
in l2cap_classify_txseq()
[all...]
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
l2cap.h
596
struct sk_buff_head
srej_q
;
member
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
l2cap.h
637
struct sk_buff_head
srej_q
;
member
Completed in 29 milliseconds