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_tail
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H
A
D
gve_rx_dqo.c
275
rx->ctx.
skb_tail
= NULL;
in gve_rx_alloc_ring_dqo()
516
rx->ctx.
skb_tail
= NULL;
in gve_rx_free_skb()
544
num_frags = skb_shinfo(rx->ctx.
skb_tail
)->nr_frags;
in gve_rx_copy_ondemand()
545
skb_add_rx_frag(rx->ctx.
skb_tail
, num_frags, page,
in gve_rx_copy_ondemand()
564
int num_frags = skb_shinfo(rx->ctx.
skb_tail
)->nr_frags;
in gve_rx_append_frags()
573
if (rx->ctx.
skb_tail
== rx->ctx.skb_head)
in gve_rx_append_frags()
576
rx->ctx.
skb_tail
->next = skb;
in gve_rx_append_frags()
577
rx->ctx.
skb_tail
= skb;
in gve_rx_append_frags()
580
if (rx->ctx.
skb_tail
!= rx->ctx.skb_head) {
in gve_rx_append_frags()
590
skb_add_rx_frag(rx->ctx.
skb_tail
, num_frag
in gve_rx_append_frags()
[all...]
H
A
D
gve_rx.c
204
ctx->
skb_tail
= NULL;
in gve_rx_ctx_clear()
369
struct sk_buff *skb = ctx->
skb_tail
;
in gve_rx_add_frags()
378
ctx->
skb_tail
= skb;
in gve_rx_add_frags()
380
num_frags = skb_shinfo(ctx->
skb_tail
)->nr_frags;
in gve_rx_add_frags()
388
skb_shinfo(ctx->
skb_tail
)->frag_list = skb;
in gve_rx_add_frags()
390
ctx->
skb_tail
= skb;
in gve_rx_add_frags()
H
A
D
gve.h
177
struct sk_buff *
skb_tail
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/
H
A
D
lantiq_xrx200.c
73
struct sk_buff *
skb_tail
;
member
255
ch->
skb_tail
= skb;
in xrx200_hw_receive()
258
if (ch->skb_head == ch->
skb_tail
)
in xrx200_hw_receive()
259
skb_shinfo(ch->
skb_tail
)->frag_list = skb;
in xrx200_hw_receive()
261
ch->
skb_tail
->next = skb;
in xrx200_hw_receive()
262
ch->
skb_tail
= skb;
in xrx200_hw_receive()
274
ch->
skb_tail
= NULL;
in xrx200_hw_receive()
/kernel/linux/linux-5.10/kernel/
H
A
D
audit.c
754
struct sk_buff *
skb_tail
;
in kauditd_send_queue()
local
760
skb_tail
= skb_peek_tail(queue);
in kauditd_send_queue()
761
while ((skb !=
skb_tail
) && (skb = skb_dequeue(queue))) {
in kauditd_send_queue()
/kernel/linux/linux-6.6/kernel/
H
A
D
audit.c
751
struct sk_buff *
skb_tail
;
in kauditd_send_queue()
local
757
skb_tail
= skb_peek_tail(queue);
in kauditd_send_queue()
758
while ((skb !=
skb_tail
) && (skb = skb_dequeue(queue))) {
in kauditd_send_queue()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/
H
A
D
lan743x_main.h
991
struct sk_buff *skb_head, *
skb_tail
;
member
H
A
D
lan743x_main.c
2653
rx->
skb_tail
->next = skb;
in lan743x_rx_process_buffer()
2656
rx->
skb_tail
= skb;
in lan743x_rx_process_buffer()
Completed in 20 milliseconds