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:next_tx_seq
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
rds.h
154
__u64
next_tx_seq
;
member
164
__u64
next_tx_seq
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
rds.h
154
__u64
next_tx_seq
;
member
164
__u64
next_tx_seq
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
rds.h
66
__u64
next_tx_seq
;
member
74
__u64
next_tx_seq
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
rds.h
83
__u64
next_tx_seq
;
member
92
__u64
next_tx_seq
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
rds.h
83
__u64
next_tx_seq
;
member
92
__u64
next_tx_seq
;
member
/kernel/linux/linux-5.10/net/rds/
H
A
D
connection.c
715
* API. For example, there is only one
next_tx_seq
,
in rds_walk_conn_path_info()
716
* which path's
next_tx_seq
should we report? It is
in rds_walk_conn_path_info()
747
cinfo->
next_tx_seq
= cp->cp_next_tx_seq;
in rds_conn_info_visitor()
774
cinfo6->
next_tx_seq
= cp->cp_next_tx_seq;
in rds6_conn_info_visitor()
/kernel/linux/linux-6.6/net/rds/
H
A
D
connection.c
715
* API. For example, there is only one
next_tx_seq
,
in rds_walk_conn_path_info()
716
* which path's
next_tx_seq
should we report? It is
in rds_walk_conn_path_info()
747
cinfo->
next_tx_seq
= cp->cp_next_tx_seq;
in rds_conn_info_visitor()
774
cinfo6->
next_tx_seq
= cp->cp_next_tx_seq;
in rds6_conn_info_visitor()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
l2cap_core.c
2083
control->txseq = chan->
next_tx_seq
;
in l2cap_streaming_send()
2096
chan->
next_tx_seq
= __next_seq(chan, chan->
next_tx_seq
);
in l2cap_streaming_send()
2132
control->txseq = chan->
next_tx_seq
;
in l2cap_ertm_send()
2151
chan->
next_tx_seq
= __next_seq(chan, chan->
next_tx_seq
);
in l2cap_ertm_send()
3277
chan->
next_tx_seq
= 0;
in l2cap_ertm_init()
6767
if (control->reqseq == chan->
next_tx_seq
) {
in l2cap_handle_srej()
6825
if (control->reqseq == chan->
next_tx_seq
) {
in l2cap_handle_rej()
7269
/* Rewind
next_tx_seq
t
in l2cap_rx_state_wait_p()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
l2cap_core.c
1914
control->txseq = chan->
next_tx_seq
;
in l2cap_streaming_send()
1927
chan->
next_tx_seq
= __next_seq(chan, chan->
next_tx_seq
);
in l2cap_streaming_send()
1960
control->txseq = chan->
next_tx_seq
;
in l2cap_ertm_send()
1979
chan->
next_tx_seq
= __next_seq(chan, chan->
next_tx_seq
);
in l2cap_ertm_send()
3101
chan->
next_tx_seq
= 0;
in l2cap_ertm_init()
5769
if (control->reqseq == chan->
next_tx_seq
) {
in l2cap_handle_srej()
5827
if (control->reqseq == chan->
next_tx_seq
) {
in l2cap_handle_rej()
6267
/* Rewind
next_tx_seq
t
in l2cap_rx_state_wait_p()
[all...]
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
l2cap.h
558
__u16
next_tx_seq
;
member
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
l2cap.h
599
__u16
next_tx_seq
;
member
Completed in 27 milliseconds