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:default_pvid
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_vlan.c
992
u16 pvid = br->
default_pvid
;
in br_vlan_disable_default_pvid()
994
/* Disable
default_pvid
on all ports where it is still
in br_vlan_disable_default_pvid()
1008
br->
default_pvid
= 0;
in br_vlan_disable_default_pvid()
1031
old_pvid = br->
default_pvid
;
in __br_vlan_set_default_pvid()
1033
/* Update
default_pvid
config only if we do not conflict with
in __br_vlan_set_default_pvid()
1055
/* Update
default_pvid
config only if we do not conflict with
in __br_vlan_set_default_pvid()
1076
br->
default_pvid
= pvid;
in __br_vlan_set_default_pvid()
1121
if (pvid == br->
default_pvid
)
in br_vlan_set_default_pvid()
1126
pr_info_once("Please disable vlan filtering to change
default_pvid
\n");
in br_vlan_set_default_pvid()
1151
br->
default_pvid
in br_vlan_init()
[all...]
H
A
D
br_sysfs_br.c
801
return sprintf(buf, "%d\n", br->
default_pvid
);
in default_pvid_show()
810
static DEVICE_ATTR_RW(
default_pvid
);
H
A
D
br_private.h
393
u16
default_pvid
;
member
H
A
D
br_netlink.c
1493
nla_put_u16(skb, IFLA_BR_VLAN_DEFAULT_PVID, br->
default_pvid
) ||
in br_fill_info()
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_vlan.c
1074
u16 pvid = br->
default_pvid
;
in br_vlan_disable_default_pvid()
1076
/* Disable
default_pvid
on all ports where it is still
in br_vlan_disable_default_pvid()
1090
br->
default_pvid
= 0;
in br_vlan_disable_default_pvid()
1113
old_pvid = br->
default_pvid
;
in __br_vlan_set_default_pvid()
1115
/* Update
default_pvid
config only if we do not conflict with
in __br_vlan_set_default_pvid()
1137
/* Update
default_pvid
config only if we do not conflict with
in __br_vlan_set_default_pvid()
1158
br->
default_pvid
= pvid;
in __br_vlan_set_default_pvid()
1204
if (pvid == br->
default_pvid
)
in br_vlan_set_default_pvid()
1209
pr_info_once("Please disable vlan filtering to change
default_pvid
\n");
in br_vlan_set_default_pvid()
1234
br->
default_pvid
in br_vlan_init()
[all...]
H
A
D
br_sysfs_br.c
880
return sprintf(buf, "%d\n", br->
default_pvid
);
in default_pvid_show()
889
static DEVICE_ATTR_RW(
default_pvid
);
H
A
D
br_netlink.c
1676
nla_put_u16(skb, IFLA_BR_VLAN_DEFAULT_PVID, br->
default_pvid
) ||
in br_fill_info()
H
A
D
br_private.h
494
u16
default_pvid
;
member
Completed in 19 milliseconds