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:AX25_STATE_2
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/net/ax25/
H
A
D
ax25_ds_subr.c
70
if (ax25->state == AX25_STATE_1 || ax25->state ==
AX25_STATE_2
|| skb_peek(&ax25->ack_queue) != NULL)
in ax25_ds_enquiry_response()
86
if (ax25o->state == AX25_STATE_1 || ax25o->state ==
AX25_STATE_2
) {
in ax25_ds_enquiry_response()
96
if (ax25o->state == AX25_STATE_1 || ax25o->state ==
AX25_STATE_2
|| skb_peek(&ax25o->ack_queue) != NULL)
in ax25_ds_enquiry_response()
H
A
D
ax25_std_timer.c
38
case
AX25_STATE_2
:
in ax25_std_heartbeat_expiry()
100
ax25->state =
AX25_STATE_2
;
in ax25_std_idletimer_expiry()
143
case
AX25_STATE_2
:
in ax25_std_t1timer_expiry()
H
A
D
ax25_ds_timer.c
101
case
AX25_STATE_2
:
in ax25_ds_heartbeat_expiry()
161
ax25->state =
AX25_STATE_2
;
in ax25_ds_idletimer_expiry()
211
case
AX25_STATE_2
:
in ax25_ds_t1_timeout()
H
A
D
ax25_ds_in.c
289
case
AX25_STATE_2
:
in ax25_ds_frame_in()
H
A
D
ax25_std_in.c
429
case
AX25_STATE_2
:
in ax25_std_frame_in()
H
A
D
af_ax25.c
1004
case
AX25_STATE_2
:
in ax25_release()
1038
ax25->state =
AX25_STATE_2
;
in ax25_release()
/kernel/linux/linux-6.6/net/ax25/
H
A
D
ax25_ds_subr.c
70
if (ax25->state == AX25_STATE_1 || ax25->state ==
AX25_STATE_2
|| skb_peek(&ax25->ack_queue) != NULL)
in ax25_ds_enquiry_response()
86
if (ax25o->state == AX25_STATE_1 || ax25o->state ==
AX25_STATE_2
) {
in ax25_ds_enquiry_response()
96
if (ax25o->state == AX25_STATE_1 || ax25o->state ==
AX25_STATE_2
|| skb_peek(&ax25o->ack_queue) != NULL)
in ax25_ds_enquiry_response()
H
A
D
ax25_std_timer.c
38
case
AX25_STATE_2
:
in ax25_std_heartbeat_expiry()
100
ax25->state =
AX25_STATE_2
;
in ax25_std_idletimer_expiry()
143
case
AX25_STATE_2
:
in ax25_std_t1timer_expiry()
H
A
D
ax25_ds_timer.c
101
case
AX25_STATE_2
:
in ax25_ds_heartbeat_expiry()
161
ax25->state =
AX25_STATE_2
;
in ax25_ds_idletimer_expiry()
211
case
AX25_STATE_2
:
in ax25_ds_t1_timeout()
H
A
D
ax25_ds_in.c
289
case
AX25_STATE_2
:
in ax25_ds_frame_in()
H
A
D
ax25_std_in.c
429
case
AX25_STATE_2
:
in ax25_std_frame_in()
H
A
D
af_ax25.c
1011
case
AX25_STATE_2
:
in ax25_release()
1045
ax25->state =
AX25_STATE_2
;
in ax25_release()
/kernel/linux/linux-5.10/include/net/
H
A
D
ax25.h
106
AX25_STATE_2
, /* DISC sent */
enumerator
/kernel/linux/linux-6.6/include/net/
H
A
D
ax25.h
106
AX25_STATE_2
, /* DISC sent */
enumerator
Completed in 10 milliseconds