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:LINK_PROTOCOL
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/
H
A
D
msg.h
78
#define
LINK_PROTOCOL
7
macro
971
case
LINK_PROTOCOL
:
in msg_bc_ack_invalid()
1125
if (likely(msg_user(m) !=
LINK_PROTOCOL
))
in msg_peer_link_is_up()
1141
return (msg_user(hdr) ==
LINK_PROTOCOL
) && (msg_type(hdr) == RESET_MSG);
in msg_is_reset()
H
A
D
trace.c
79
case
LINK_PROTOCOL
:
in tipc_skb_dump()
H
A
D
crypto.c
1083
if (user ==
LINK_PROTOCOL
&& msg_type(hdr) == STATE_MSG) {
in tipc_ehdr_build()
1084
ehdr->user =
LINK_PROTOCOL
;
in tipc_ehdr_build()
1715
if (user == LINK_CONFIG || user ==
LINK_PROTOCOL
)
in tipc_crypto_xmit()
1731
(user ==
LINK_PROTOCOL
&& type == RESET_MSG) ||
in tipc_crypto_xmit()
H
A
D
node.c
1641
case
LINK_PROTOCOL
:
in tipc_lxc_xmit()
1962
if ((usr !=
LINK_PROTOCOL
) && less(oseqno, rcv_nxt))
in tipc_node_check_state()
2038
if (usr ==
LINK_PROTOCOL
)
in tipc_node_check_state()
2112
if (unlikely(usr ==
LINK_PROTOCOL
)) {
in tipc_rcv()
H
A
D
link.c
1760
if (unlikely(msg_user(hdr) ==
LINK_PROTOCOL
))
in tipc_link_rcv()
1845
skb = tipc_msg_create(
LINK_PROTOCOL
, mtyp, INT_H_SIZE,
in tipc_link_build_proto_msg()
2124
if (msg_user(hdr) !=
LINK_PROTOCOL
)
in tipc_link_validate_msg()
/kernel/linux/linux-6.6/net/tipc/
H
A
D
msg.h
78
#define
LINK_PROTOCOL
7
macro
948
case
LINK_PROTOCOL
:
in msg_bc_ack_invalid()
1102
if (likely(msg_user(m) !=
LINK_PROTOCOL
))
in msg_peer_link_is_up()
1118
return (msg_user(hdr) ==
LINK_PROTOCOL
) && (msg_type(hdr) == RESET_MSG);
in msg_is_reset()
H
A
D
trace.c
79
case
LINK_PROTOCOL
:
in tipc_skb_dump()
H
A
D
crypto.c
1079
if (user ==
LINK_PROTOCOL
&& msg_type(hdr) == STATE_MSG) {
in tipc_ehdr_build()
1080
ehdr->user =
LINK_PROTOCOL
;
in tipc_ehdr_build()
1711
if (user == LINK_CONFIG || user ==
LINK_PROTOCOL
)
in tipc_crypto_xmit()
1727
(user ==
LINK_PROTOCOL
&& type == RESET_MSG) ||
in tipc_crypto_xmit()
H
A
D
node.c
1670
case
LINK_PROTOCOL
:
in tipc_lxc_xmit()
1993
if ((usr !=
LINK_PROTOCOL
) && less(oseqno, rcv_nxt))
in tipc_node_check_state()
2069
if (usr ==
LINK_PROTOCOL
)
in tipc_node_check_state()
2143
if (unlikely(usr ==
LINK_PROTOCOL
)) {
in tipc_rcv()
H
A
D
link.c
1796
if (unlikely(msg_user(hdr) ==
LINK_PROTOCOL
))
in tipc_link_rcv()
1881
skb = tipc_msg_create(
LINK_PROTOCOL
, mtyp, INT_H_SIZE,
in tipc_link_build_proto_msg()
2160
if (msg_user(hdr) !=
LINK_PROTOCOL
)
in tipc_link_validate_msg()
Completed in 26 milliseconds