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:ind_prim
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/llc/
H
A
D
llc_conn.c
67
ev->
ind_prim
= ev->cfm_prim = 0;
in llc_conn_state_process()
77
switch (ev->
ind_prim
) {
in llc_conn_state_process()
122
if (ev->
ind_prim
)
in llc_conn_state_process()
124
__func__, ev->
ind_prim
);
in llc_conn_state_process()
197
ev->
ind_prim
= LLC_DATA_PRIM;
in llc_conn_rtn_pdu()
H
A
D
llc_c_ac.c
65
ev->
ind_prim
= LLC_CONN_PRIM;
in llc_conn_ac_conn_ind()
114
ev->
ind_prim
= LLC_DISC_PRIM;
in llc_conn_ac_disc_ind()
162
ev->
ind_prim
= LLC_RESET_PRIM;
in llc_conn_ac_rst_ind()
/kernel/linux/linux-6.6/net/llc/
H
A
D
llc_conn.c
68
ev->
ind_prim
= ev->cfm_prim = 0;
in llc_conn_state_process()
78
switch (ev->
ind_prim
) {
in llc_conn_state_process()
123
if (ev->
ind_prim
)
in llc_conn_state_process()
125
__func__, ev->
ind_prim
);
in llc_conn_state_process()
198
ev->
ind_prim
= LLC_DATA_PRIM;
in llc_conn_rtn_pdu()
H
A
D
llc_c_ac.c
65
ev->
ind_prim
= LLC_CONN_PRIM;
in llc_conn_ac_conn_ind()
114
ev->
ind_prim
= LLC_DISC_PRIM;
in llc_conn_ac_disc_ind()
162
ev->
ind_prim
= LLC_RESET_PRIM;
in llc_conn_ac_rst_ind()
/kernel/linux/linux-5.10/include/net/
H
A
D
llc_c_ev.h
119
u8
ind_prim
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
llc_c_ev.h
119
u8
ind_prim
;
member
Completed in 16 milliseconds