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:choke_skb_cb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_choke.c
133
struct
choke_skb_cb
{
struct
138
static inline struct
choke_skb_cb
*
choke_skb_cb
(const struct sk_buff *skb)
in choke_skb_cb()
function
140
qdisc_cb_private_validate(skb, sizeof(struct
choke_skb_cb
));
in choke_skb_cb()
141
return (struct
choke_skb_cb
*)qdisc_skb_cb(skb)->data;
in choke_skb_cb()
157
if (!
choke_skb_cb
(skb1)->keys_valid) {
in choke_match_flow()
158
choke_skb_cb
(skb1)->keys_valid = 1;
in choke_match_flow()
160
make_flow_keys_digest(&
choke_skb_cb
(skb1)->keys, &temp);
in choke_match_flow()
163
if (!
choke_skb_cb
(skb2)->keys_valid) {
in choke_match_flow()
164
choke_skb_cb
(skb
in choke_match_flow()
[all...]
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_choke.c
132
struct
choke_skb_cb
{
struct
137
static inline struct
choke_skb_cb
*
choke_skb_cb
(const struct sk_buff *skb)
in choke_skb_cb()
function
139
qdisc_cb_private_validate(skb, sizeof(struct
choke_skb_cb
));
in choke_skb_cb()
140
return (struct
choke_skb_cb
*)qdisc_skb_cb(skb)->data;
in choke_skb_cb()
156
if (!
choke_skb_cb
(skb1)->keys_valid) {
in choke_match_flow()
157
choke_skb_cb
(skb1)->keys_valid = 1;
in choke_match_flow()
159
make_flow_keys_digest(&
choke_skb_cb
(skb1)->keys, &temp);
in choke_match_flow()
162
if (!
choke_skb_cb
(skb2)->keys_valid) {
in choke_match_flow()
163
choke_skb_cb
(skb
in choke_match_flow()
[all...]
Completed in 2 milliseconds