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:BR_SGRP_F_SEND
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_multicast.c
1733
if (ent->flags &
BR_SGRP_F_SEND
) {
in __grp_src_query_marked_and_rexmit()
1734
ent->flags &= ~
BR_SGRP_F_SEND
;
in __grp_src_query_marked_and_rexmit()
1939
ent->flags |=
BR_SGRP_F_SEND
;
in __grp_src_toin_incl()
1947
ent->flags &= ~
BR_SGRP_F_SEND
;
in __grp_src_toin_incl()
1982
ent->flags |=
BR_SGRP_F_SEND
;
in __grp_src_toin_excl()
1991
ent->flags &= ~
BR_SGRP_F_SEND
;
in __grp_src_toin_excl()
2043
ent->flags = (ent->flags & ~
BR_SGRP_F_SEND
) | BR_SGRP_F_DELETE;
in __grp_src_toex_incl()
2052
BR_SGRP_F_SEND
;
in __grp_src_toex_incl()
2083
ent->flags = (ent->flags & ~
BR_SGRP_F_SEND
) | BR_SGRP_F_DELETE;
in __grp_src_toex_excl()
2100
ent->flags |=
BR_SGRP_F_SEND
;
in __grp_src_toex_excl()
[all...]
H
A
D
br_private.h
222
#define
BR_SGRP_F_SEND
BIT(1)
macro
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_multicast.c
2192
if (ent->flags &
BR_SGRP_F_SEND
) {
in __grp_src_query_marked_and_rexmit()
2193
ent->flags &= ~
BR_SGRP_F_SEND
;
in __grp_src_query_marked_and_rexmit()
2416
ent->flags |=
BR_SGRP_F_SEND
;
in __grp_src_toin_incl()
2424
ent->flags &= ~
BR_SGRP_F_SEND
;
in __grp_src_toin_incl()
2464
ent->flags |=
BR_SGRP_F_SEND
;
in __grp_src_toin_excl()
2473
ent->flags &= ~
BR_SGRP_F_SEND
;
in __grp_src_toin_excl()
2545
ent->flags = (ent->flags & ~
BR_SGRP_F_SEND
) | BR_SGRP_F_DELETE;
in __grp_src_toex_incl()
2554
BR_SGRP_F_SEND
;
in __grp_src_toex_incl()
2590
ent->flags = (ent->flags & ~
BR_SGRP_F_SEND
) | BR_SGRP_F_DELETE;
in __grp_src_toex_excl()
2607
ent->flags |=
BR_SGRP_F_SEND
;
in __grp_src_toex_excl()
[all...]
H
A
D
br_multicast_eht.c
648
if (!(src_ent->flags &
BR_SGRP_F_SEND
) ||
in __eht_inc_exc()
H
A
D
br_private.h
315
#define
BR_SGRP_F_SEND
BIT(1)
macro
Completed in 16 milliseconds