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:dst_release_flag
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/
H
A
D
net_failover.c
382
unsigned int
dst_release_flag
= IFF_XMIT_DST_RELEASE |
in net_failover_compute_features()
local
398
dst_release_flag
&= primary_dev->priv_flags;
in net_failover_compute_features()
414
dst_release_flag
&= standby_dev->priv_flags;
in net_failover_compute_features()
424
if (
dst_release_flag
== (IFF_XMIT_DST_RELEASE |
in net_failover_compute_features()
/kernel/linux/linux-6.6/drivers/net/
H
A
D
net_failover.c
382
unsigned int
dst_release_flag
= IFF_XMIT_DST_RELEASE |
in net_failover_compute_features()
local
398
dst_release_flag
&= primary_dev->priv_flags;
in net_failover_compute_features()
414
dst_release_flag
&= standby_dev->priv_flags;
in net_failover_compute_features()
424
if (
dst_release_flag
== (IFF_XMIT_DST_RELEASE |
in net_failover_compute_features()
/kernel/linux/linux-5.10/drivers/net/team/
H
A
D
team.c
993
unsigned int
dst_release_flag
= IFF_XMIT_DST_RELEASE |
in __team_compute_features()
local
1007
dst_release_flag
&= port->dev->priv_flags;
in __team_compute_features()
1021
if (
dst_release_flag
== (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM))
in __team_compute_features()
/kernel/linux/linux-6.6/drivers/net/team/
H
A
D
team.c
997
unsigned int
dst_release_flag
= IFF_XMIT_DST_RELEASE |
in __team_compute_features()
local
1011
dst_release_flag
&= port->dev->priv_flags;
in __team_compute_features()
1024
if (
dst_release_flag
== (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM))
in __team_compute_features()
/kernel/linux/linux-5.10/drivers/net/bonding/
H
A
D
bond_main.c
1366
unsigned int
dst_release_flag
= IFF_XMIT_DST_RELEASE |
in bond_compute_features()
local
1404
dst_release_flag
&= slave->dev->priv_flags;
in bond_compute_features()
1428
dst_release_flag
== (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM))
in bond_compute_features()
/kernel/linux/linux-6.6/drivers/net/bonding/
H
A
D
bond_main.c
1433
unsigned int
dst_release_flag
= IFF_XMIT_DST_RELEASE |
in bond_compute_features()
local
1471
dst_release_flag
&= slave->dev->priv_flags;
in bond_compute_features()
1494
dst_release_flag
== (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM))
in bond_compute_features()
Completed in 26 milliseconds