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_DELETE
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_multicast.c
1697
if (ent->flags &
BR_SGRP_F_DELETE
) {
in __grp_src_delete_marked()
1839
ent->flags |=
BR_SGRP_F_DELETE
;
in __grp_src_isexc_incl()
1847
ent->flags &= ~
BR_SGRP_F_DELETE
;
in __grp_src_isexc_incl()
1875
ent->flags |=
BR_SGRP_F_DELETE
;
in __grp_src_isexc_excl()
1883
ent->flags &= ~
BR_SGRP_F_DELETE
;
in __grp_src_isexc_excl()
2043
ent->flags = (ent->flags & ~BR_SGRP_F_SEND) |
BR_SGRP_F_DELETE
;
in __grp_src_toex_incl()
2051
ent->flags = (ent->flags & ~
BR_SGRP_F_DELETE
) |
in __grp_src_toex_incl()
2083
ent->flags = (ent->flags & ~BR_SGRP_F_SEND) |
BR_SGRP_F_DELETE
;
in __grp_src_toex_excl()
2091
ent->flags &= ~
BR_SGRP_F_DELETE
;
in __grp_src_toex_excl()
H
A
D
br_private.h
221
#define
BR_SGRP_F_DELETE
BIT(0)
macro
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_mdb.c
905
ent->flags |=
BR_SGRP_F_DELETE
;
in br_mdb_replace_group_srcs()
912
if (ent->flags &
BR_SGRP_F_DELETE
)
in br_mdb_replace_group_srcs()
920
ent->flags &= ~
BR_SGRP_F_DELETE
;
in br_mdb_replace_group_srcs()
H
A
D
br_multicast.c
2155
if (ent->flags &
BR_SGRP_F_DELETE
) {
in __grp_src_delete_marked()
2305
ent->flags |=
BR_SGRP_F_DELETE
;
in __grp_src_isexc_incl()
2313
ent->flags &= ~
BR_SGRP_F_DELETE
;
in __grp_src_isexc_incl()
2344
ent->flags |=
BR_SGRP_F_DELETE
;
in __grp_src_isexc_excl()
2352
ent->flags &= ~
BR_SGRP_F_DELETE
;
in __grp_src_isexc_excl()
2545
ent->flags = (ent->flags & ~BR_SGRP_F_SEND) |
BR_SGRP_F_DELETE
;
in __grp_src_toex_incl()
2553
ent->flags = (ent->flags & ~
BR_SGRP_F_DELETE
) |
in __grp_src_toex_incl()
2590
ent->flags = (ent->flags & ~BR_SGRP_F_SEND) |
BR_SGRP_F_DELETE
;
in __grp_src_toex_excl()
2598
ent->flags &= ~
BR_SGRP_F_DELETE
;
in __grp_src_toex_excl()
H
A
D
br_private.h
314
#define
BR_SGRP_F_DELETE
BIT(0)
macro
Completed in 26 milliseconds