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:brvlan
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_mst.c
66
if (v->
brvlan
->msti == msti) {
in br_mst_get_state()
119
if (v->
brvlan
->msti != msti)
in br_mst_set_state()
138
if (v != pv && v->
brvlan
->msti == msti) {
in br_mst_vlan_sync_state()
243
if (test_bit(v->
brvlan
->msti, seen))
in br_mst_info_size()
253
__set_bit(v->
brvlan
->msti, seen);
in br_mst_info_size()
268
if (test_bit(v->
brvlan
->msti, seen))
in br_mst_fill_info()
273
nla_put_u16(skb, IFLA_BRIDGE_MST_ENTRY_MSTI, v->
brvlan
->msti) ||
in br_mst_fill_info()
280
__set_bit(v->
brvlan
->msti, seen);
in br_mst_fill_info()
H
A
D
br_vlan.c
308
v->
brvlan
= masterv;
in __vlan_add()
374
v->
brvlan
= NULL;
in __vlan_add()
395
masterv = v->
brvlan
;
in __vlan_del()
H
A
D
br_private.h
197
* @
brvlan
: if MASTER flag unset, this points to the global per-VLAN context
225
struct net_bridge_vlan *
brvlan
;
member
1238
return &pmctx->vlan->
brvlan
->br_mcast_ctx;
in br_multicast_port_ctx_get_global()
H
A
D
br_multicast.c
3958
masterv = vlan->
brvlan
;
in br_multicast_rcv()
3959
*brmctx = &vlan->
brvlan
->br_mcast_ctx;
in br_multicast_rcv()
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_vlan.c
273
v->
brvlan
= masterv;
in __vlan_add()
331
v->
brvlan
= NULL;
in __vlan_add()
352
masterv = v->
brvlan
;
in __vlan_del()
H
A
D
br_private.h
123
* @
brvlan
: if MASTER flag unset, this points to the global per-VLAN context
147
struct net_bridge_vlan *
brvlan
;
member
Completed in 19 milliseconds