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:tc_cookie
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
act_api.c
35
struct
tc_cookie
*cookie = container_of(p, struct
tc_cookie
, rcu);
in tcf_free_cookie_rcu()
41
static void tcf_set_action_cookie(struct
tc_cookie
__rcu **old_cookie,
in tcf_set_action_cookie()
42
struct
tc_cookie
*new_cookie)
in tcf_set_action_cookie()
44
struct
tc_cookie
*old;
in tcf_set_action_cookie()
46
old = xchg((__force struct
tc_cookie
**)old_cookie, new_cookie);
in tcf_set_action_cookie()
186
struct
tc_cookie
*act_cookie;
in tcf_action_shared_attrs_size()
787
struct
tc_cookie
*cookie;
in tcf_action_dump_terse()
879
static struct
tc_cookie
*nla_memdup_cookie(struct nlattr **tb)
in nla_memdup_cookie()
881
struct
tc_cookie
*
in nla_memdup_cookie()
[all...]
H
A
D
cls_api.c
3468
struct
tc_cookie
*cookie;
in tcf_act_get_cookie()
/kernel/linux/linux-6.6/net/sched/
H
A
D
act_api.c
54
struct
tc_cookie
*cookie = container_of(p, struct
tc_cookie
, rcu);
in tcf_free_cookie_rcu()
60
static void tcf_set_action_cookie(struct
tc_cookie
__rcu **old_cookie,
in tcf_set_action_cookie()
61
struct
tc_cookie
*new_cookie)
in tcf_set_action_cookie()
63
struct
tc_cookie
*old;
in tcf_set_action_cookie()
65
old = xchg((__force struct
tc_cookie
**)old_cookie, new_cookie);
in tcf_set_action_cookie()
434
struct
tc_cookie
*user_cookie;
in tcf_action_shared_attrs_size()
481
struct
tc_cookie
*cookie;
in tcf_action_dump_terse()
1235
static struct
tc_cookie
*nla_memdup_cookie(struct nlattr **tb)
in nla_memdup_cookie()
1237
struct
tc_cookie
*
in nla_memdup_cookie()
[all...]
H
A
D
cls_api.c
3694
struct
tc_cookie
*user_cookie;
in tcf_act_get_user_cookie()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_tc_u32.c
203
fs.
tc_cookie
= cls->knode.handle;
in cxgb4_config_knode()
376
if (f->valid && f->fs.
tc_cookie
== cls->knode.handle) {
in cxgb4_delete_knode()
392
if (f->valid && f->fs.
tc_cookie
== cls->knode.handle) {
in cxgb4_delete_knode()
H
A
D
cxgb4_tc_matchall.c
281
fs->
tc_cookie
= cls->cookie;
in cxgb4_matchall_add_filter()
411
tc_port_matchall->ingress.fs[0].
tc_cookie
)
in cxgb4_tc_matchall_destroy()
H
A
D
cxgb4_tc_flower.c
944
fs->
tc_cookie
= cls->cookie;
in cxgb4_tc_flower_replace()
H
A
D
cxgb4.h
1417
u64
tc_cookie
; /* Unique cookie identifying TC rules */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_tc_u32.c
203
fs.
tc_cookie
= cls->knode.handle;
in cxgb4_config_knode()
376
if (f->valid && f->fs.
tc_cookie
== cls->knode.handle) {
in cxgb4_delete_knode()
392
if (f->valid && f->fs.
tc_cookie
== cls->knode.handle) {
in cxgb4_delete_knode()
H
A
D
cxgb4_tc_matchall.c
329
fs->
tc_cookie
= cls->cookie;
in cxgb4_matchall_add_filter()
459
tc_port_matchall->ingress.fs[0].
tc_cookie
)
in cxgb4_tc_matchall_destroy()
H
A
D
cxgb4_tc_flower.c
944
fs->
tc_cookie
= cls->cookie;
in cxgb4_tc_flower_replace()
H
A
D
cxgb4.h
1413
u64
tc_cookie
; /* Unique cookie identifying TC rules */
member
/kernel/linux/linux-5.10/include/net/
H
A
D
act_api.h
41
struct
tc_cookie
__rcu *act_cookie;
H
A
D
pkt_cls.h
765
struct
tc_cookie
{
struct
/kernel/linux/linux-6.6/include/net/
H
A
D
act_api.h
42
struct
tc_cookie
__rcu *user_cookie;
H
A
D
pkt_cls.h
795
struct
tc_cookie
{
struct
Completed in 34 milliseconds