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
defs:skb_copy
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/
H
A
D
rawsock.c
360
struct sk_buff *
skb_copy
= NULL, *nskb;
in nfc_send_to_raw_sock()
local
H
A
D
llcp_core.c
722
struct sk_buff *
skb_copy
= NULL, *nskb;
in nfc_llcp_send_to_raw_sock()
local
/kernel/linux/linux-6.6/net/nfc/
H
A
D
rawsock.c
362
struct sk_buff *
skb_copy
= NULL, *nskb;
in nfc_send_to_raw_sock()
local
H
A
D
llcp_core.c
720
struct sk_buff *
skb_copy
= NULL, *nskb;
in nfc_llcp_send_to_raw_sock()
local
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_sock.c
205
struct sk_buff *
skb_copy
= NULL;
in hci_send_to_sock()
local
312
struct sk_buff *
skb_copy
= NULL;
in hci_send_to_monitor()
local
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_sock.c
206
struct sk_buff *
skb_copy
= NULL;
in hci_send_to_sock()
local
360
struct sk_buff *
skb_copy
= NULL;
in hci_send_to_monitor()
local
[all...]
/kernel/linux/linux-5.10/net/core/
H
A
D
skbuff.c
1517
struct sk_buff *
skb_copy
(const struct sk_buff *skb, gfp_t gfp_mask)
in skb_copy()
function
1543
EXPORT_SYMBOL(
skb_copy
);
variable
/kernel/linux/linux-6.6/net/core/
H
A
D
skbuff.c
1972
struct sk_buff *
skb_copy
(const struct sk_buff *skb, gfp_t gfp_mask)
in skb_copy()
function
1992
EXPORT_SYMBOL(
skb_copy
);
variable
Completed in 23 milliseconds