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:mc_method
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/
H
A
D
socket.c
93
* @
mc_method
: cookie for use between socket and broadcast layer
119
struct tipc_mc_method
mc_method
;
member
524
__skb_queue_head_init(&tsk->
mc_method
.deferredq);
in tipc_sk_create()
633
__skb_queue_purge(&tsk->
mc_method
.deferredq);
in tipc_release()
828
struct tipc_mc_method *method = &tsk->
mc_method
;
in tipc_sendmcast()
889
struct tipc_mc_method *method = &tsk->
mc_method
;
in tipc_send_group_msg()
1072
struct tipc_mc_method *method = &tsk->
mc_method
;
in tipc_send_group_bcast()
2356
tipc_mcast_filter_msg(net, &tsk->
mc_method
.deferredq, &inputq);
in tipc_sk_filter_rcv()
3098
tsk->
mc_method
.rcast = true;
in tipc_sk_join()
3099
tsk->
mc_method
in tipc_sk_join()
[all...]
/kernel/linux/linux-6.6/net/tipc/
H
A
D
socket.c
96
* @
mc_method
: cookie for use between socket and broadcast layer
130
struct tipc_mc_method
mc_method
;
member
538
__skb_queue_head_init(&tsk->
mc_method
.deferredq);
in tipc_sk_create()
647
__skb_queue_purge(&tsk->
mc_method
.deferredq);
in tipc_release()
888
rc = tipc_mcast_xmit(net, &pkts, &tsk->
mc_method
, &dsts,
in tipc_sendmcast()
912
struct tipc_mc_method *method = &tsk->
mc_method
;
in tipc_send_group_msg()
1092
struct tipc_mc_method *method = &tsk->
mc_method
;
in tipc_send_group_bcast()
2361
tipc_mcast_filter_msg(net, &tsk->
mc_method
.deferredq, &inputq);
in tipc_sk_filter_rcv()
3106
tsk->
mc_method
.rcast = true;
in tipc_sk_join()
3107
tsk->
mc_method
in tipc_sk_join()
[all...]
Completed in 10 milliseconds