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:port_mcast_ctx
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_vlan_options.c
64
if (p && !br_multicast_port_ctx_vlan_disabled(&v->
port_mcast_ctx
) &&
in br_vlan_opts_fill()
66
br_multicast_ngroups_get(&v->
port_mcast_ctx
)) ||
in br_vlan_opts_fill()
68
br_multicast_ngroups_get_max(&v->
port_mcast_ctx
))))
in br_vlan_opts_fill()
234
if (br_multicast_port_ctx_vlan_disabled(&v->
port_mcast_ctx
)) {
in br_vlan_process_one_opts()
240
br_multicast_ngroups_set_max(&v->
port_mcast_ctx
, val);
in br_vlan_process_one_opts()
H
A
D
br_multicast.c
229
if (vlan && !br_multicast_port_ctx_vlan_disabled(&vlan->
port_mcast_ctx
))
in br_multicast_pg_to_port_ctx()
230
pmctx = &vlan->
port_mcast_ctx
;
in br_multicast_pg_to_port_ctx()
253
if (vlan && !br_multicast_port_ctx_vlan_disabled(&vlan->
port_mcast_ctx
))
in br_multicast_port_vid_to_port_ctx()
254
pmctx = &vlan->
port_mcast_ctx
;
in br_multicast_port_vid_to_port_ctx()
3960
*pmctx = &vlan->
port_mcast_ctx
;
in br_multicast_rcv()
4245
brmctx = br_multicast_port_ctx_get_global(&vlan->
port_mcast_ctx
);
in br_multicast_toggle_one_vlan()
4253
__br_multicast_enable_port_ctx(&vlan->
port_mcast_ctx
);
in br_multicast_toggle_one_vlan()
4255
__br_multicast_disable_port_ctx(&vlan->
port_mcast_ctx
);
in br_multicast_toggle_one_vlan()
4503
err = br_multicast_set_port_router(&v->
port_mcast_ctx
,
in br_multicast_set_vlan_router()
4535
br_multicast_port_ctx_state_stopped(&vlan->
port_mcast_ctx
))
in br_multicast_start_querier()
[all...]
H
A
D
br_private.h
200
* @
port_mcast_ctx
: if MASTER flag unset, this is the per-port/vlan multicast
232
struct net_bridge_mcast_port
port_mcast_ctx
;
member
725
mcast_router = v->
port_mcast_ctx
.multicast_router;
in br_vlan_multicast_router()
H
A
D
br_vlan.c
320
br_multicast_port_ctx_init(p, v, &v->
port_mcast_ctx
);
in __vlan_add()
422
br_multicast_port_ctx_deinit(&v->
port_mcast_ctx
);
in __vlan_del()
H
A
D
br_mdb.c
95
pmctx = &v->
port_mcast_ctx
;
in br_rports_fill_info()
Completed in 16 milliseconds