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:act_cookie
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H
A
D
act_stats.c
62
unsigned long
act_cookie
,
in mlx5e_tc_act_stats_add()
74
act_stats->tc_act_cookie =
act_cookie
;
in mlx5e_tc_act_stats_add()
61
mlx5e_tc_act_stats_add(struct mlx5e_tc_act_stats_handle *handle, unsigned long
act_cookie
, struct mlx5_fc *counter)
mlx5e_tc_act_stats_add()
argument
/kernel/linux/linux-5.10/net/sched/
H
A
D
act_api.c
109
tcf_set_action_cookie(&p->
act_cookie
, NULL);
in free_tcf()
186
struct tc_cookie *
act_cookie
;
in tcf_action_shared_attrs_size()
local
190
act_cookie
= rcu_dereference(act->
act_cookie
);
in tcf_action_shared_attrs_size()
192
if (
act_cookie
)
in tcf_action_shared_attrs_size()
193
cookie_len = nla_total_size(
act_cookie
->len);
in tcf_action_shared_attrs_size()
795
cookie = rcu_dereference(a->
act_cookie
);
in tcf_action_dump_terse()
1043
tcf_set_action_cookie(&a->
act_cookie
, cookie);
in tcf_action_init_1()
H
A
D
cls_api.c
3472
cookie = rcu_dereference(act->
act_cookie
);
in tcf_act_get_cookie()
/kernel/linux/linux-5.10/include/net/
H
A
D
act_api.h
41
struct tc_cookie __rcu *
act_cookie
;
member
Completed in 9 milliseconds