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:skb_count
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/net/core/
H
A
D
skbuff.c
269
unsigned int
skb_count
;
member
329
if (unlikely(!nc->
skb_count
)) {
in napi_skb_cache_get()
330
nc->
skb_count
= kmem_cache_alloc_bulk(skbuff_cache,
in napi_skb_cache_get()
334
if (unlikely(!nc->
skb_count
))
in napi_skb_cache_get()
338
skb = nc->skb_cache[--nc->
skb_count
];
in napi_skb_cache_get()
1110
unsigned int
skb_count
;
member
1125
sa->skb_array[sa->
skb_count
++] = skb;
in kfree_skb_add_bulk()
1127
if (unlikely(sa->
skb_count
== KFREE_SKB_BULK_SIZE)) {
in kfree_skb_add_bulk()
1130
sa->
skb_count
= 0;
in kfree_skb_add_bulk()
1139
sa.
skb_count
in kfree_skb_list_reason()
[all...]
/kernel/linux/linux-5.10/net/core/
H
A
D
skbuff.c
370
unsigned int
skb_count
;
member
872
if (nc->
skb_count
) {
in __kfree_skb_flush()
873
kmem_cache_free_bulk(skbuff_head_cache, nc->
skb_count
,
in __kfree_skb_flush()
875
nc->
skb_count
= 0;
in __kfree_skb_flush()
887
nc->skb_cache[nc->
skb_count
++] = skb;
in _kfree_skb_defer()
895
if (unlikely(nc->
skb_count
== NAPI_SKB_CACHE_SIZE)) {
in _kfree_skb_defer()
898
nc->
skb_count
= 0;
in _kfree_skb_defer()
Completed in 12 milliseconds