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:bond_slave_is_up
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
bonding.h
353
static inline bool
bond_slave_is_up
(struct slave *slave)
in bond_slave_is_up()
function
433
return
bond_slave_is_up
(slave) && slave->link == BOND_LINK_UP &&
in bond_slave_can_tx()
/kernel/linux/linux-6.6/include/net/
H
A
D
bonding.h
357
static inline bool
bond_slave_is_up
(struct slave *slave)
in bond_slave_is_up()
function
437
return
bond_slave_is_up
(slave) && slave->link == BOND_LINK_UP &&
in bond_slave_can_tx()
/kernel/linux/linux-5.10/drivers/net/bonding/
H
A
D
bond_main.c
1046
if (slave->link == BOND_LINK_BACK &&
bond_slave_is_up
(slave) &&
in bond_find_best_slave()
1272
if (!
bond_slave_is_up
(slave))
in bond_poll_controller()
1295
if (
bond_slave_is_up
(slave))
in bond_netpoll_cleanup()
3067
if (
bond_slave_is_up
(slave))
in bond_loadbalance_arp_mon()
3298
if (!found && !before &&
bond_slave_is_up
(slave))
in bond_ab_arp_probe()
3301
if (found && !new_slave &&
bond_slave_is_up
(slave))
in bond_ab_arp_probe()
3310
if (!
bond_slave_is_up
(slave) && slave->link == BOND_LINK_UP) {
in bond_ab_arp_probe()
4612
if (!(
bond_slave_is_up
(slave) && slave->link == BOND_LINK_UP))
in bond_xmit_broadcast()
4656
if (
bond_slave_is_up
(slave) &&
in bond_slave_override()
H
A
D
bond_options.c
838
bond_slave_is_up
(new_active)) {
in bond_option_active_slave_set()
H
A
D
bond_3ad.c
187
if ((slave->link == BOND_LINK_UP) &&
bond_slave_is_up
(slave))
in __enable_port()
/kernel/linux/linux-6.6/drivers/net/bonding/
H
A
D
bond_main.c
1114
if (slave->link == BOND_LINK_BACK &&
bond_slave_is_up
(slave) &&
in bond_find_best_slave()
1339
if (!
bond_slave_is_up
(slave))
in bond_poll_controller()
1362
if (
bond_slave_is_up
(slave))
in bond_netpoll_cleanup()
3479
if (
bond_slave_is_up
(slave))
in bond_loadbalance_arp_mon()
3713
if (!found && !before &&
bond_slave_is_up
(slave))
in bond_ab_arp_probe()
3716
if (found && !new_slave &&
bond_slave_is_up
(slave))
in bond_ab_arp_probe()
3725
if (!
bond_slave_is_up
(slave) && slave->link == BOND_LINK_UP) {
in bond_ab_arp_probe()
5203
if (!(
bond_slave_is_up
(slave) && slave->link == BOND_LINK_UP))
in bond_xmit_broadcast()
5247
if (
bond_slave_is_up
(slave) &&
in bond_slave_override()
H
A
D
bond_options.c
936
bond_slave_is_up
(new_active)) {
in bond_option_active_slave_set()
H
A
D
bond_3ad.c
191
if ((slave->link == BOND_LINK_UP) &&
bond_slave_is_up
(slave))
in __enable_port()
Completed in 25 milliseconds