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:distr_item
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/
H
A
D
name_distr.c
44
struct
distr_item
i;
54
static void publ_to_item(struct
distr_item
*i, struct publication *p)
in publ_to_item()
90
struct
distr_item
*item;
in tipc_named_publish()
107
item = (struct
distr_item
*)msg_data(buf_msg(skb));
in tipc_named_publish()
118
struct
distr_item
*item;
in tipc_named_withdraw()
134
item = (struct
distr_item
*)msg_data(buf_msg(skb));
in tipc_named_withdraw()
150
struct
distr_item
*item = NULL;
in named_distribute()
169
item = (struct
distr_item
*)msg_data(hdr);
in named_distribute()
289
static bool tipc_update_nametbl(struct net *net, struct
distr_item
*i,
in tipc_update_nametbl()
374
struct
distr_item
*ite
in tipc_named_rcv()
[all...]
H
A
D
name_distr.h
42
#define ITEM_SIZE sizeof(struct
distr_item
)
45
* struct
distr_item
- publication info distributed to other nodes
62
struct
distr_item
{
struct
/kernel/linux/linux-6.6/net/tipc/
H
A
D
name_distr.c
49
static void publ_to_item(struct
distr_item
*i, struct publication *p)
in publ_to_item()
91
struct
distr_item
*item;
in tipc_named_publish()
108
item = (struct
distr_item
*)msg_data(buf_msg(skb));
in tipc_named_publish()
121
struct
distr_item
*item;
in tipc_named_withdraw()
137
item = (struct
distr_item
*)msg_data(buf_msg(skb));
in tipc_named_withdraw()
155
struct
distr_item
*item = NULL;
in named_distribute()
174
item = (struct
distr_item
*)msg_data(hdr);
in named_distribute()
279
static bool tipc_update_nametbl(struct net *net, struct
distr_item
*i,
in tipc_update_nametbl()
368
struct
distr_item
*item;
in tipc_named_rcv()
377
item = (struct
distr_item
*)msg_dat
in tipc_named_rcv()
[all...]
H
A
D
name_distr.h
42
#define ITEM_SIZE sizeof(struct
distr_item
)
45
* struct
distr_item
- publication info distributed to other nodes
62
struct
distr_item
{
struct
Completed in 2 milliseconds