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:action_entry
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
flow_offload.h
308
const struct flow_action_entry *
action_entry
;
in flow_action_mixed_hw_stats_check()
local
315
flow_action_for_each(i,
action_entry
, action) {
in flow_action_mixed_hw_stats_check()
316
if (i &&
action_entry
->hw_stats != last_hw_stats) {
in flow_action_mixed_hw_stats_check()
320
last_hw_stats =
action_entry
->hw_stats;
in flow_action_mixed_hw_stats_check()
338
const struct flow_action_entry *
action_entry
;
in __flow_action_hw_stats_check()
local
345
action_entry
= flow_action_first_entry_get(action);
in __flow_action_hw_stats_check()
348
WARN_ON_ONCE(!
action_entry
->hw_stats);
in __flow_action_hw_stats_check()
351
~
action_entry
->hw_stats & FLOW_ACTION_HW_STATS_ANY) {
in __flow_action_hw_stats_check()
355
!(
action_entry
->hw_stats & BIT(allow_bit))) {
in __flow_action_hw_stats_check()
/kernel/linux/linux-6.6/include/net/
H
A
D
flow_offload.h
370
const struct flow_action_entry *
action_entry
;
in flow_action_mixed_hw_stats_check()
local
377
flow_action_for_each(i,
action_entry
, action) {
in flow_action_mixed_hw_stats_check()
378
if (i &&
action_entry
->hw_stats != last_hw_stats) {
in flow_action_mixed_hw_stats_check()
382
last_hw_stats =
action_entry
->hw_stats;
in flow_action_mixed_hw_stats_check()
400
const struct flow_action_entry *
action_entry
;
in __flow_action_hw_stats_check()
local
407
action_entry
= flow_action_first_entry_get(action);
in __flow_action_hw_stats_check()
410
WARN_ON_ONCE(!
action_entry
->hw_stats);
in __flow_action_hw_stats_check()
413
~
action_entry
->hw_stats & FLOW_ACTION_HW_STATS_ANY) {
in __flow_action_hw_stats_check()
417
!(
action_entry
->hw_stats & BIT(allow_bit))) {
in __flow_action_hw_stats_check()
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac_tc.c
61
struct stmmac_tc_entry *
action_entry
= entry;
in tc_fill_actions()
local
70
action_entry
= frag;
in tc_fill_actions()
75
action_entry
->val.af = 1;
in tc_fill_actions()
80
action_entry
->val.rf = 1;
in tc_fill_actions()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac_tc.c
61
struct stmmac_tc_entry *
action_entry
= entry;
in tc_fill_actions()
local
70
action_entry
= frag;
in tc_fill_actions()
75
action_entry
->val.af = 1;
in tc_fill_actions()
80
action_entry
->val.rf = 1;
in tc_fill_actions()
Completed in 5 milliseconds