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:ACTIVATE_MSG
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/
H
A
D
link.c
849
mtyp =
ACTIVATE_MSG
;
in tipc_link_timeout()
1706
mtyp =
ACTIVATE_MSG
;
in tipc_link_build_reset_msg()
1883
/* RESET_MSG or
ACTIVATE_MSG
*/
in tipc_link_build_proto_msg()
1884
if (mtyp ==
ACTIVATE_MSG
) {
in tipc_link_build_proto_msg()
2133
case
ACTIVATE_MSG
:
in tipc_link_validate_msg()
2205
case
ACTIVATE_MSG
:
in tipc_link_proto_rcv()
2235
if (mtyp ==
ACTIVATE_MSG
&& msg_dest_session_valid(hdr) &&
in tipc_link_proto_rcv()
2242
/*
ACTIVATE_MSG
serves as PEER_RESET if link is already down */
in tipc_link_proto_rcv()
2246
/*
ACTIVATE_MSG
takes up link if it was already locally reset */
in tipc_link_proto_rcv()
2247
if (mtyp ==
ACTIVATE_MSG
in tipc_link_proto_rcv()
[all...]
H
A
D
msg.h
508
/* Note: reusing bits in word 1 for
ACTIVATE_MSG
only, to re-synch
728
#define
ACTIVATE_MSG
2
macro
/kernel/linux/linux-6.6/net/tipc/
H
A
D
link.c
126
* @in_session: have received
ACTIVATE_MSG
from peer
884
mtyp =
ACTIVATE_MSG
;
in tipc_link_timeout()
1742
mtyp =
ACTIVATE_MSG
;
in tipc_link_build_reset_msg()
1919
/* RESET_MSG or
ACTIVATE_MSG
*/
in tipc_link_build_proto_msg()
1920
if (mtyp ==
ACTIVATE_MSG
) {
in tipc_link_build_proto_msg()
2169
case
ACTIVATE_MSG
:
in tipc_link_validate_msg()
2241
case
ACTIVATE_MSG
:
in tipc_link_proto_rcv()
2271
if (mtyp ==
ACTIVATE_MSG
&& msg_dest_session_valid(hdr) &&
in tipc_link_proto_rcv()
2278
/*
ACTIVATE_MSG
serves as PEER_RESET if link is already down */
in tipc_link_proto_rcv()
2282
/*
ACTIVATE_MSG
take
in tipc_link_proto_rcv()
[all...]
H
A
D
msg.h
495
/* Note: reusing bits in word 1 for
ACTIVATE_MSG
only, to re-synch
715
#define
ACTIVATE_MSG
2
macro
Completed in 12 milliseconds