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:multicast_mode
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/octeon/
H
A
D
octeon_mgmt.c
569
unsigned int
multicast_mode
= 1; /* 1 - Reject all multicast. */
in octeon_mgmt_set_rx_filtering()
local
589
multicast_mode
= 2; /* 2 - Accept all multicast. */
in octeon_mgmt_set_rx_filtering()
591
multicast_mode
= 0; /* 0 - Use CAM. */
in octeon_mgmt_set_rx_filtering()
600
if (
multicast_mode
== 0) {
in octeon_mgmt_set_rx_filtering()
615
adr_ctl.s.mcst =
multicast_mode
;
in octeon_mgmt_set_rx_filtering()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/octeon/
H
A
D
octeon_mgmt.c
569
unsigned int
multicast_mode
= 1; /* 1 - Reject all multicast. */
in octeon_mgmt_set_rx_filtering()
local
589
multicast_mode
= 2; /* 2 - Accept all multicast. */
in octeon_mgmt_set_rx_filtering()
591
multicast_mode
= 0; /* 0 - Use CAM. */
in octeon_mgmt_set_rx_filtering()
600
if (
multicast_mode
== 0) {
in octeon_mgmt_set_rx_filtering()
615
adr_ctl.s.mcst =
multicast_mode
;
in octeon_mgmt_set_rx_filtering()
/kernel/linux/linux-5.10/net/batman-adv/
H
A
D
netlink.c
343
!atomic_read(&bat_priv->
multicast_mode
)))
in batadv_netlink_mesh_fill()
589
atomic_set(&bat_priv->
multicast_mode
, !nla_get_u8(attr));
in batadv_netlink_set_mesh()
H
A
D
types.h
1626
* @
multicast_mode
: Enable or disable multicast optimizations on this
1629
atomic_t
multicast_mode
;
member
H
A
D
soft-interface.c
799
atomic_set(&bat_priv->
multicast_mode
, 1);
in batadv_softif_init_late()
H
A
D
sysfs.c
747
BATADV_ATTR_SIF_BOOL(
multicast_mode
, 0644, NULL);
H
A
D
multicast.c
1105
if (!atomic_read(&bat_priv->
multicast_mode
))
in batadv_mcast_forw_mode_check()
/kernel/linux/linux-6.6/net/batman-adv/
H
A
D
netlink.c
344
!atomic_read(&bat_priv->
multicast_mode
)))
in batadv_netlink_mesh_fill()
585
atomic_set(&bat_priv->
multicast_mode
, !nla_get_u8(attr));
in batadv_netlink_set_mesh()
H
A
D
types.h
1606
* @
multicast_mode
: Enable or disable multicast optimizations on this
1609
atomic_t
multicast_mode
;
member
H
A
D
soft-interface.c
760
atomic_set(&bat_priv->
multicast_mode
, 1);
in batadv_softif_init_late()
H
A
D
multicast.c
1071
if (!atomic_read(&bat_priv->
multicast_mode
))
in batadv_mcast_forw_mode_check()
Completed in 23 milliseconds