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:host_joined
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_multicast.c
289
/* called when adding a new S,G with
host_joined
== false by default */
297
if (!star_mp->
host_joined
)
in br_multicast_sg_host_state()
303
sg_mp->
host_joined
= true;
in br_multicast_sg_host_state()
306
/* set the
host_joined
state of all of *,G's S,G entries */
331
sg_mp->
host_joined
= star_mp->
host_joined
;
in br_multicast_star_g_host_state()
359
sgmp->
host_joined
= false;
in br_multicast_sg_del_exclude_ports()
608
if (!mp->ports && !mp->
host_joined
&& netif_running(br->dev))
in br_multicast_del_pg()
1199
if (!mp->
host_joined
) {
in br_multicast_host_join()
1200
mp->
host_joined
in br_multicast_host_join()
[all...]
H
A
D
br_input.c
145
if ((mdst && mdst->
host_joined
) ||
in br_handle_frame_finish()
H
A
D
br_mdb.c
260
if (!s_pidx && mp->
host_joined
) {
in br_mdb_fill_info()
862
if (mp->
host_joined
) {
in br_mdb_add_group()
1027
if (entry->ifindex == mp->br->dev->ifindex && mp->
host_joined
) {
in __br_mdb_del()
H
A
D
br_private.h
274
bool
host_joined
;
member
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_multicast.c
388
/* called when adding a new S,G with
host_joined
== false by default */
396
if (!star_mp->
host_joined
)
in br_multicast_sg_host_state()
402
sg_mp->
host_joined
= true;
in br_multicast_sg_host_state()
405
/* set the
host_joined
state of all of *,G's S,G entries */
430
sg_mp->
host_joined
= star_mp->
host_joined
;
in br_multicast_star_g_host_state()
458
sgmp->
host_joined
= false;
in br_multicast_sg_del_exclude_ports()
828
if (!mp->ports && !mp->
host_joined
&& netif_running(br->dev))
in br_multicast_del_pg()
1476
if (!mp->
host_joined
) {
in br_multicast_host_join()
1477
mp->
host_joined
in br_multicast_host_join()
[all...]
H
A
D
br_mdb.c
346
if (!s_pidx && mp->
host_joined
) {
in br_mdb_fill_info()
1033
if (mp->
host_joined
) {
in br_mdb_add_group()
1346
if (entry->ifindex == mp->br->dev->ifindex && mp->
host_joined
) {
in __br_mdb_del()
H
A
D
br_input.c
181
if ((mdst && mdst->
host_joined
) ||
in br_handle_frame_finish()
H
A
D
br_switchdev.c
717
if (mp->
host_joined
) {
in br_switchdev_mdb_replay()
H
A
D
br_private.h
370
bool
host_joined
;
member
Completed in 23 milliseconds