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_CONFIG
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/
H
A
D
crypto.c
995
return (ehdr->user !=
LINK_CONFIG
) ? EHDR_SIZE : EHDR_CFG_SIZE;
in tipc_ehdr_size()
1045
ehsz = (user !=
LINK_CONFIG
) ? EHDR_SIZE : EHDR_CFG_SIZE;
in tipc_ehdr_build()
1078
case
LINK_CONFIG
:
in tipc_ehdr_build()
1079
ehdr->user =
LINK_CONFIG
;
in tipc_ehdr_build()
1715
if (user ==
LINK_CONFIG
|| user == LINK_PROTOCOL)
in tipc_crypto_xmit()
1730
if (user ==
LINK_CONFIG
||
in tipc_crypto_xmit()
1924
WARN_ON(ehdr->user !=
LINK_CONFIG
);
in tipc_crypto_rcv_complete()
H
A
D
discover.c
88
tipc_msg_init(tn->trial_addr, hdr,
LINK_CONFIG
, mtyp,
in tipc_disc_init_msg()
H
A
D
udp_media.c
388
if (unlikely(msg_user(hdr) ==
LINK_CONFIG
)) {
in tipc_udp_recv()
H
A
D
msg.h
84
#define
LINK_CONFIG
13
macro
H
A
D
node.c
2072
if (likely(ehdr->user !=
LINK_CONFIG
)) {
in tipc_rcv()
2095
if (unlikely(usr ==
LINK_CONFIG
))
in tipc_rcv()
/kernel/linux/linux-6.6/net/tipc/
H
A
D
crypto.c
991
return (ehdr->user !=
LINK_CONFIG
) ? EHDR_SIZE : EHDR_CFG_SIZE;
in tipc_ehdr_size()
1041
ehsz = (user !=
LINK_CONFIG
) ? EHDR_SIZE : EHDR_CFG_SIZE;
in tipc_ehdr_build()
1074
case
LINK_CONFIG
:
in tipc_ehdr_build()
1075
ehdr->user =
LINK_CONFIG
;
in tipc_ehdr_build()
1711
if (user ==
LINK_CONFIG
|| user == LINK_PROTOCOL)
in tipc_crypto_xmit()
1726
if (user ==
LINK_CONFIG
||
in tipc_crypto_xmit()
1920
WARN_ON(ehdr->user !=
LINK_CONFIG
);
in tipc_crypto_rcv_complete()
H
A
D
discover.c
89
tipc_msg_init(tn->trial_addr, hdr,
LINK_CONFIG
, mtyp,
in tipc_disc_init_msg()
H
A
D
udp_media.c
394
if (unlikely(msg_user(hdr) ==
LINK_CONFIG
)) {
in tipc_udp_recv()
H
A
D
msg.h
84
#define
LINK_CONFIG
13
macro
H
A
D
node.c
2103
if (likely(ehdr->user !=
LINK_CONFIG
)) {
in tipc_rcv()
2126
if (unlikely(usr ==
LINK_CONFIG
))
in tipc_rcv()
Completed in 27 milliseconds