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_data
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H
A
D
usbnet.h
221
struct
skb_data
{ /* skb->cb is one of these */
struct
234
struct
skb_data
*entry = (struct
skb_data
*)skb->cb;
in usbnet_set_skb_tx_stats()
/device/soc/rockchip/common/vendor/drivers/net/usb/
H
A
D
meig_cdc_driver.c
633
struct
skb_data
{ /* skb->cb is one of these */
struct
806
memset(skb->cb, 0, sizeof(struct
skb_data
));
in hw_skb_return()
824
struct
skb_data
*entry;
in unlink_urbs()
828
entry = (struct
skb_data
*)skb->cb;
in unlink_urbs()
920
struct
skb_data
*entry;
in submit_skb()
934
entry = (struct
skb_data
*)skb->cb;
in submit_skb()
1140
struct
skb_data
*entry;
in rx_submit()
1153
entry = (struct
skb_data
*)skb->cb;
in rx_submit()
1229
struct
skb_data
*entry = (struct
skb_data
*)sk
in rx_complete()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_linux.c
13636
uchar *
skb_data
;
in dhd_sendup_log()
local
13654
skb_data
= skb->data;
in dhd_sendup_log()
13665
skb->data =
skb_data
;
in dhd_sendup_log()
Completed in 26 milliseconds