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_get_pvid
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_vlan_options.c
89
if (v->vid ==
br_get_pvid
(vg))
in br_vlan_modify_state()
213
pvid =
br_get_pvid
(vg);
in br_vlan_process_options()
H
A
D
br_vlan.c
518
u16 pvid =
br_get_pvid
(vg);
in __allowed_ingress()
631
*vid =
br_get_pvid
(vg);
in br_should_learn()
1330
*p_pvid =
br_get_pvid
(vg);
in br_vlan_get_pvid()
1348
*p_pvid =
br_get_pvid
(vg);
in br_vlan_get_pvid_rcu()
1375
if (vid ==
br_get_pvid
(vg))
in br_vlan_get_info()
1743
if (
br_get_pvid
(vg) == v->vid)
in br_vlan_notify()
1816
pvid =
br_get_pvid
(vg);
in br_vlan_dump_dev()
H
A
D
br_arp_nd_proxy.c
72
pvid =
br_get_pvid
(vg);
in br_arp_send()
349
pvid =
br_get_pvid
(vg);
in br_nd_send()
H
A
D
br_netlink.c
32
pvid =
br_get_pvid
(vg);
in __get_num_vlan_infos()
300
pvid =
br_get_pvid
(vg);
in br_fill_ifvlaninfo_compressed()
350
pvid =
br_get_pvid
(vg);
in br_fill_ifvlaninfo()
1633
pvid =
br_get_pvid
(vg);
in br_fill_linkxstats()
H
A
D
br_private.h
1137
static inline u16
br_get_pvid
(const struct net_bridge_vlan_group *vg)
in br_get_pvid()
function
1237
static inline u16
br_get_pvid
(const struct net_bridge_vlan_group *vg)
in br_get_pvid()
function
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_vlan.c
579
u16 pvid =
br_get_pvid
(vg);
in __allowed_ingress()
697
*vid =
br_get_pvid
(vg);
in br_should_learn()
1420
*p_pvid =
br_get_pvid
(vg);
in br_vlan_get_pvid()
1438
*p_pvid =
br_get_pvid
(vg);
in br_vlan_get_pvid_rcu()
1463
vid =
br_get_pvid
(vg);
in br_vlan_fill_forward_path_pvid()
1520
if (vid ==
br_get_pvid
(vg))
in br_vlan_get_info()
1547
if (vid ==
br_get_pvid
(vg))
in br_vlan_get_info_rcu()
1920
if (
br_get_pvid
(vg) == v->vid)
in br_vlan_notify()
1998
pvid =
br_get_pvid
(vg);
in br_vlan_dump_dev()
H
A
D
br_arp_nd_proxy.c
72
pvid =
br_get_pvid
(vg);
in br_arp_send()
349
pvid =
br_get_pvid
(vg);
in br_nd_send()
H
A
D
br_vlan_options.c
122
if (v->vid ==
br_get_pvid
(vg))
in br_vlan_modify_state()
289
pvid =
br_get_pvid
(vg);
in br_vlan_process_options()
H
A
D
br_netlink.c
34
pvid =
br_get_pvid
(vg);
in __get_num_vlan_infos()
374
pvid =
br_get_pvid
(vg);
in br_fill_ifvlaninfo_compressed()
424
pvid =
br_get_pvid
(vg);
in br_fill_ifvlaninfo()
1818
pvid =
br_get_pvid
(vg);
in br_fill_linkxstats()
H
A
D
br_switchdev.c
424
pvid =
br_get_pvid
(vg);
in br_switchdev_vlan_replay_group()
H
A
D
br_private.h
1606
static inline u16
br_get_pvid
(const struct net_bridge_vlan_group *vg)
in br_get_pvid()
function
1709
static inline u16
br_get_pvid
(const struct net_bridge_vlan_group *vg)
in br_get_pvid()
function
Completed in 20 milliseconds