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_dest
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/
H
A
D
network-coding.c
1059
struct sk_buff *
skb_dest
, *skb_src;
in batadv_nc_code_packets()
local
1136
skb_dest
= nc_packet->skb;
in batadv_nc_code_packets()
1139
skb_dest
= skb;
in batadv_nc_code_packets()
1146
if (skb_linearize(
skb_dest
) < 0 || skb_linearize(skb_src) < 0)
in batadv_nc_code_packets()
1149
skb_push(
skb_dest
, header_add);
in batadv_nc_code_packets()
1151
coded_packet = (struct batadv_coded_packet *)
skb_dest
->data;
in batadv_nc_code_packets()
1152
skb_reset_mac_header(
skb_dest
);
in batadv_nc_code_packets()
1173
/* This is where the magic happens: Code skb_src into
skb_dest
*/
in batadv_nc_code_packets()
1174
batadv_nc_memxor(
skb_dest
->data + coded_size,
in batadv_nc_code_packets()
1179
BATADV_SKB_CB(
skb_dest
)
in batadv_nc_code_packets()
[all...]
/kernel/linux/linux-6.6/net/batman-adv/
H
A
D
network-coding.c
1050
struct sk_buff *
skb_dest
, *skb_src;
in batadv_nc_code_packets()
local
1127
skb_dest
= nc_packet->skb;
in batadv_nc_code_packets()
1130
skb_dest
= skb;
in batadv_nc_code_packets()
1137
if (skb_linearize(
skb_dest
) < 0 || skb_linearize(skb_src) < 0)
in batadv_nc_code_packets()
1140
skb_push(
skb_dest
, header_add);
in batadv_nc_code_packets()
1142
coded_packet = (struct batadv_coded_packet *)
skb_dest
->data;
in batadv_nc_code_packets()
1143
skb_reset_mac_header(
skb_dest
);
in batadv_nc_code_packets()
1164
/* This is where the magic happens: Code skb_src into
skb_dest
*/
in batadv_nc_code_packets()
1165
batadv_nc_memxor(
skb_dest
->data + coded_size,
in batadv_nc_code_packets()
1170
BATADV_SKB_CB(
skb_dest
)
in batadv_nc_code_packets()
[all...]
Completed in 5 milliseconds