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:tcf_proto_ops
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
cls_api.c
108
static const struct
tcf_proto_ops
*__tcf_proto_lookup_ops(const char *kind)
in __tcf_proto_lookup_ops()
110
const struct
tcf_proto_ops
*t, *res = NULL;
in __tcf_proto_lookup_ops()
126
static const struct
tcf_proto_ops
*
130
const struct
tcf_proto_ops
*ops;
in tcf_proto_lookup_ops()
158
int register_tcf_proto_ops(struct
tcf_proto_ops
*ops)
in register_tcf_proto_ops()
160
struct
tcf_proto_ops
*t;
in register_tcf_proto_ops()
178
int unregister_tcf_proto_ops(struct
tcf_proto_ops
*ops)
in unregister_tcf_proto_ops()
180
struct
tcf_proto_ops
*t;
in unregister_tcf_proto_ops()
184
*
tcf_proto_ops
's destroy() handler.
in unregister_tcf_proto_ops()
231
const struct
tcf_proto_ops
*op
in tcf_proto_is_unlocked()
[all...]
H
A
D
cls_cgroup.c
198
static struct
tcf_proto_ops
cls_cgroup_ops __read_mostly = {
H
A
D
cls_matchall.c
413
static struct
tcf_proto_ops
cls_mall_ops __read_mostly = {
H
A
D
cls_fw.c
434
static struct
tcf_proto_ops
cls_fw_ops __read_mostly = {
H
A
D
cls_basic.c
328
static struct
tcf_proto_ops
cls_basic_ops __read_mostly = {
H
A
D
cls_bpf.c
697
static struct
tcf_proto_ops
cls_bpf_ops __read_mostly = {
H
A
D
cls_route.c
666
static struct
tcf_proto_ops
cls_route4_ops __read_mostly = {
H
A
D
cls_flow.c
697
static struct
tcf_proto_ops
cls_flow_ops __read_mostly = {
H
A
D
cls_u32.c
1428
static struct
tcf_proto_ops
cls_u32_ops __read_mostly = {
H
A
D
cls_flower.c
3203
static struct
tcf_proto_ops
cls_fl_ops __read_mostly = {
/kernel/linux/linux-6.6/net/sched/
H
A
D
cls_api.c
230
static const struct
tcf_proto_ops
*__tcf_proto_lookup_ops(const char *kind)
in __tcf_proto_lookup_ops()
232
const struct
tcf_proto_ops
*t, *res = NULL;
in __tcf_proto_lookup_ops()
248
static const struct
tcf_proto_ops
*
252
const struct
tcf_proto_ops
*ops;
in tcf_proto_lookup_ops()
280
int register_tcf_proto_ops(struct
tcf_proto_ops
*ops)
in register_tcf_proto_ops()
282
struct
tcf_proto_ops
*t;
in register_tcf_proto_ops()
300
void unregister_tcf_proto_ops(struct
tcf_proto_ops
*ops)
in unregister_tcf_proto_ops()
302
struct
tcf_proto_ops
*t;
in unregister_tcf_proto_ops()
306
*
tcf_proto_ops
's destroy() handler.
in unregister_tcf_proto_ops()
354
const struct
tcf_proto_ops
*op
in tcf_proto_is_unlocked()
[all...]
H
A
D
cls_cgroup.c
200
static struct
tcf_proto_ops
cls_cgroup_ops __read_mostly = {
H
A
D
cls_matchall.c
387
static struct
tcf_proto_ops
cls_mall_ops __read_mostly = {
H
A
D
cls_fw.c
423
static struct
tcf_proto_ops
cls_fw_ops __read_mostly = {
H
A
D
cls_basic.c
318
static struct
tcf_proto_ops
cls_basic_ops __read_mostly = {
H
A
D
cls_route.c
656
static struct
tcf_proto_ops
cls_route4_ops __read_mostly = {
H
A
D
cls_bpf.c
682
static struct
tcf_proto_ops
cls_bpf_ops __read_mostly = {
H
A
D
cls_flow.c
693
static struct
tcf_proto_ops
cls_flow_ops __read_mostly = {
H
A
D
cls_u32.c
1442
static struct
tcf_proto_ops
cls_u32_ops __read_mostly = {
H
A
D
cls_flower.c
3637
static struct
tcf_proto_ops
cls_fl_ops __read_mostly = {
/kernel/linux/linux-5.10/include/net/
H
A
D
pkt_cls.h
25
int register_tcf_proto_ops(struct
tcf_proto_ops
*ops);
26
int unregister_tcf_proto_ops(struct
tcf_proto_ops
*ops);
H
A
D
sch_generic.h
326
struct
tcf_proto_ops
{
struct
381
/* Classifiers setting TCF_PROTO_OPS_DOIT_UNLOCKED in
tcf_proto_ops
->flags
382
* are expected to implement
tcf_proto_ops
->delete_empty(), otherwise race
403
const struct
tcf_proto_ops
*ops;
439
const struct
tcf_proto_ops
*tmplt_ops;
/kernel/linux/linux-6.6/include/net/
H
A
D
sch_generic.h
341
struct
tcf_proto_ops
{
struct
402
/* Classifiers setting TCF_PROTO_OPS_DOIT_UNLOCKED in
tcf_proto_ops
->flags
403
* are expected to implement
tcf_proto_ops
->delete_empty(), otherwise race
424
const struct
tcf_proto_ops
*ops;
459
const struct
tcf_proto_ops
*tmplt_ops;
H
A
D
pkt_cls.h
25
int register_tcf_proto_ops(struct
tcf_proto_ops
*ops);
26
void unregister_tcf_proto_ops(struct
tcf_proto_ops
*ops);
Completed in 38 milliseconds