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:send_peer_notif
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/bonding/
H
A
D
bond_main.c
1064
if (!slave || !bond->
send_peer_notif
||
in bond_should_notify_peers()
1065
bond->
send_peer_notif
%
in bond_should_notify_peers()
1163
bond->
send_peer_notif
=
in bond_change_active_slave()
1172
bond->
send_peer_notif
--;
in bond_change_active_slave()
2643
if (bond->
send_peer_notif
) {
in bond_mii_monitor()
2646
bond->
send_peer_notif
--;
in bond_mii_monitor()
3391
bond->
send_peer_notif
--;
in bond_activebackup_arp_mon()
3815
bond->
send_peer_notif
= 0;
in bond_close()
/kernel/linux/linux-6.6/drivers/net/bonding/
H
A
D
bond_main.c
1132
if (!slave || !bond->
send_peer_notif
||
in bond_should_notify_peers()
1133
bond->
send_peer_notif
%
in bond_should_notify_peers()
1230
bond->
send_peer_notif
=
in bond_change_active_slave()
1239
bond->
send_peer_notif
--;
in bond_change_active_slave()
2825
if (bond->
send_peer_notif
) {
in bond_mii_monitor()
2828
bond->
send_peer_notif
--;
in bond_mii_monitor()
3806
bond->
send_peer_notif
--;
in bond_activebackup_arp_mon()
4330
bond->
send_peer_notif
= 0;
in bond_close()
/kernel/linux/linux-5.10/include/net/
H
A
D
bonding.h
232
u8
send_peer_notif
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
bonding.h
235
u32
send_peer_notif
;
member
Completed in 17 milliseconds