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:gw_mode
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/net/batman-adv/
H
A
D
gateway_common.c
29
char
gw_mode
;
in batadv_gw_tvlv_container_update()
local
31
gw_mode
= atomic_read(&bat_priv->gw.mode);
in batadv_gw_tvlv_container_update()
33
switch (
gw_mode
) {
in batadv_gw_tvlv_container_update()
H
A
D
soft-interface.c
200
int
gw_mode
;
in batadv_interface_tx()
local
271
gw_mode
= atomic_read(&bat_priv->gw.mode);
in batadv_interface_tx()
274
if (
gw_mode
== BATADV_GW_MODE_OFF) {
in batadv_interface_tx()
285
/* if
gw_mode
is on, broadcast any non-DHCP message.
in batadv_interface_tx()
295
else if ((
gw_mode
== BATADV_GW_MODE_SERVER) &&
in batadv_interface_tx()
H
A
D
netlink.c
519
u8
gw_mode
;
in batadv_netlink_set_mesh()
local
522
gw_mode
= nla_get_u8(attr);
in batadv_netlink_set_mesh()
524
if (
gw_mode
<= BATADV_GW_MODE_SERVER) {
in batadv_netlink_set_mesh()
542
atomic_set(&bat_priv->gw.mode,
gw_mode
);
in batadv_netlink_set_mesh()
/kernel/linux/linux-5.10/net/batman-adv/
H
A
D
gateway_common.c
138
char
gw_mode
;
in batadv_gw_tvlv_container_update()
local
140
gw_mode
= atomic_read(&bat_priv->gw.mode);
in batadv_gw_tvlv_container_update()
142
switch (
gw_mode
) {
in batadv_gw_tvlv_container_update()
H
A
D
soft-interface.c
203
int
gw_mode
;
in batadv_interface_tx()
local
275
gw_mode
= atomic_read(&bat_priv->gw.mode);
in batadv_interface_tx()
278
if (
gw_mode
== BATADV_GW_MODE_OFF) {
in batadv_interface_tx()
289
/* if
gw_mode
is on, broadcast any non-DHCP message.
in batadv_interface_tx()
299
else if ((
gw_mode
== BATADV_GW_MODE_SERVER) &&
in batadv_interface_tx()
H
A
D
netlink.c
520
u8
gw_mode
;
in batadv_netlink_set_mesh()
local
523
gw_mode
= nla_get_u8(attr);
in batadv_netlink_set_mesh()
525
if (
gw_mode
<= BATADV_GW_MODE_SERVER) {
in batadv_netlink_set_mesh()
543
atomic_set(&bat_priv->gw.mode,
gw_mode
);
in batadv_netlink_set_mesh()
H
A
D
sysfs.c
737
static BATADV_ATTR(
gw_mode
, 0644, batadv_show_gw_mode, batadv_store_gw_mode);
Completed in 12 milliseconds