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:head_frag
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/net/core/
H
A
D
skbuff.c
335
skb->
head_frag
= 1;
in build_skb()
358
skb->
head_frag
= 1;
in build_skb_around()
481
skb->
head_frag
= 1;
in __netdev_alloc_skb()
545
skb->
head_frag
= 1;
in __napi_alloc_skb()
601
if (skb->
head_frag
)
in skb_free_head()
1009
C(
head_frag
);
in __skb_clone()
1680
skb->
head_frag
= 0;
in pskb_expand_head()
2128
if (skb_is_gso(skb) && !list->
head_frag
&&
in __pskb_pull_tail()
2409
* If skb->
head_frag
is set, this 'linear' part is backed by a
in __skb_splice_bits()
2936
if (!from->
head_frag
||
in skb_zerocopy_headlen()
3674
skb_frag_t
head_frag
;
skb_head_frag_to_page_desc()
local
[all...]
/kernel/linux/linux-6.6/net/core/
H
A
D
skbuff.c
288
WARN_ON_ONCE(!NAPI_HAS_SMALL_PAGE_FRAG && skb && skb->
head_frag
);
in napi_get_frags_check()
466
skb->
head_frag
= 1;
in build_skb()
488
skb->
head_frag
= 1;
in build_skb_around()
524
* Version of __napi_build_skb() that takes care of skb->
head_frag
534
skb->
head_frag
= 1;
in napi_build_skb()
748
skb->
head_frag
= 1;
in __netdev_alloc_skb()
836
skb->
head_frag
= 1;
in __napi_alloc_skb()
952
if (skb->
head_frag
) {
in skb_free_head()
1443
C(
head_frag
);
in __skb_clone()
2130
skb->
head_frag
in pskb_expand_head()
4316
skb_frag_t
head_frag
;
skb_head_frag_to_page_desc()
local
[all...]
H
A
D
gro.c
169
} else if (skb->
head_frag
) {
in skb_gro_receive()
/kernel/linux/linux-5.10/include/linux/
H
A
D
skbuff.h
665
* @
head_frag
: skb was allocated from page fragments,
789
head_frag
:1,
member
4570
return !skb->
head_frag
|| skb_cloned(skb);
in skb_head_is_locked()
/kernel/linux/linux-6.6/include/linux/
H
A
D
skbuff.h
784
* @
head_frag
: skb was allocated from page fragments,
919
head_frag
:1,
member
4965
return !skb->
head_frag
|| skb_cloned(skb);
in skb_head_is_locked()
/kernel/linux/linux-5.10/net/wireless/
H
A
D
util.c
756
bool reuse_frag = skb->
head_frag
&& !skb_has_frag_list(skb);
in ieee80211_amsdu_to_8023s()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
util.c
839
bool reuse_frag = skb->
head_frag
&& !skb_has_frag_list(skb);
in ieee80211_amsdu_to_8023s()
Completed in 49 milliseconds