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:RESET_MSG
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/
H
A
D
link.c
845
mtyp =
RESET_MSG
;
in tipc_link_timeout()
1702
int mtyp =
RESET_MSG
;
in tipc_link_build_reset_msg()
1883
/*
RESET_MSG
or ACTIVATE_MSG */
in tipc_link_build_proto_msg()
2128
case
RESET_MSG
:
in tipc_link_validate_msg()
2204
case
RESET_MSG
:
in tipc_link_proto_rcv()
2243
if (mtyp ==
RESET_MSG
|| !link_is_up(l))
in tipc_link_proto_rcv()
2385
if ((mtyp ==
RESET_MSG
) || (mtyp == ACTIVATE_MSG))
in tipc_link_bc_init_rcv()
H
A
D
msg.h
727
#define
RESET_MSG
1
macro
1141
return (msg_user(hdr) == LINK_PROTOCOL) && (msg_type(hdr) ==
RESET_MSG
);
in msg_is_reset()
H
A
D
crypto.c
1731
(user == LINK_PROTOCOL && type ==
RESET_MSG
) ||
in tipc_crypto_xmit()
/kernel/linux/linux-6.6/net/tipc/
H
A
D
link.c
880
mtyp =
RESET_MSG
;
in tipc_link_timeout()
1738
int mtyp =
RESET_MSG
;
in tipc_link_build_reset_msg()
1919
/*
RESET_MSG
or ACTIVATE_MSG */
in tipc_link_build_proto_msg()
2164
case
RESET_MSG
:
in tipc_link_validate_msg()
2240
case
RESET_MSG
:
in tipc_link_proto_rcv()
2279
if (mtyp ==
RESET_MSG
|| !link_is_up(l))
in tipc_link_proto_rcv()
2421
if ((mtyp ==
RESET_MSG
) || (mtyp == ACTIVATE_MSG))
in tipc_link_bc_init_rcv()
H
A
D
msg.h
714
#define
RESET_MSG
1
macro
1118
return (msg_user(hdr) == LINK_PROTOCOL) && (msg_type(hdr) ==
RESET_MSG
);
in msg_is_reset()
H
A
D
crypto.c
1727
(user == LINK_PROTOCOL && type ==
RESET_MSG
) ||
in tipc_crypto_xmit()
Completed in 18 milliseconds