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:coded_packet
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/
H
A
D
network-coding.c
1043
* into a
coded_packet
and send it
1062
struct batadv_coded_packet *
coded_packet
;
in batadv_nc_code_packets()
local
1073
int coded_size = sizeof(*
coded_packet
);
in batadv_nc_code_packets()
1151
coded_packet
= (struct batadv_coded_packet *)skb_dest->data;
in batadv_nc_code_packets()
1154
coded_packet
->packet_type = BATADV_CODED;
in batadv_nc_code_packets()
1155
coded_packet
->version = BATADV_COMPAT_VERSION;
in batadv_nc_code_packets()
1156
coded_packet
->ttl = packet1->ttl;
in batadv_nc_code_packets()
1159
ether_addr_copy(
coded_packet
->first_source, first_source);
in batadv_nc_code_packets()
1160
ether_addr_copy(
coded_packet
->first_orig_dest, packet1->dest);
in batadv_nc_code_packets()
1161
coded_packet
in batadv_nc_code_packets()
1811
struct batadv_
coded_packet
*
coded_packet
;
batadv_nc_recv_coded_packet()
local
[all...]
/kernel/linux/linux-6.6/net/batman-adv/
H
A
D
network-coding.c
1034
* into a
coded_packet
and send it
1053
struct batadv_coded_packet *
coded_packet
;
in batadv_nc_code_packets()
local
1064
int coded_size = sizeof(*
coded_packet
);
in batadv_nc_code_packets()
1142
coded_packet
= (struct batadv_coded_packet *)skb_dest->data;
in batadv_nc_code_packets()
1145
coded_packet
->packet_type = BATADV_CODED;
in batadv_nc_code_packets()
1146
coded_packet
->version = BATADV_COMPAT_VERSION;
in batadv_nc_code_packets()
1147
coded_packet
->ttl = packet1->ttl;
in batadv_nc_code_packets()
1150
ether_addr_copy(
coded_packet
->first_source, first_source);
in batadv_nc_code_packets()
1151
ether_addr_copy(
coded_packet
->first_orig_dest, packet1->dest);
in batadv_nc_code_packets()
1152
coded_packet
in batadv_nc_code_packets()
1798
struct batadv_
coded_packet
*
coded_packet
;
batadv_nc_recv_coded_packet()
local
[all...]
Completed in 5 milliseconds