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:hsr_ethhdr
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/net/hsr/
H
A
D
hsr_forward.c
194
static void hsr_set_path_id(struct
hsr_ethhdr
*
hsr_ethhdr
,
in hsr_set_path_id()
argument
204
set_hsr_tag_path(&
hsr_ethhdr
->hsr_tag, path_id);
in hsr_set_path_id()
211
struct
hsr_ethhdr
*
hsr_ethhdr
;
in hsr_fill_tag()
local
222
hsr_ethhdr
= (struct
hsr_ethhdr
*)skb_mac_header(skb);
in hsr_fill_tag()
224
hsr_set_path_id(
hsr_ethhdr
, port);
in hsr_fill_tag()
225
set_hsr_tag_LSDU_size(&
hsr_ethhdr
->hsr_tag, lsdu_size);
in hsr_fill_tag()
226
hsr_ethhdr
in hsr_fill_tag()
246
struct
hsr_ethhdr
*
hsr_ethhdr
=
hsr_create_tagged_frame()
local
[all...]
H
A
D
hsr_main.h
86
struct
hsr_ethhdr
{
struct
235
struct
hsr_ethhdr
*
hsr_ethhdr
;
in hsr_get_skb_sequence_nr()
local
237
hsr_ethhdr
= (struct
hsr_ethhdr
*)skb_mac_header(skb);
in hsr_get_skb_sequence_nr()
238
return ntohs(
hsr_ethhdr
->hsr_tag.sequence_nr);
in hsr_get_skb_sequence_nr()
/kernel/linux/linux-6.6/net/hsr/
H
A
D
hsr_forward.c
236
static void hsr_set_path_id(struct
hsr_ethhdr
*
hsr_ethhdr
,
in hsr_set_path_id()
argument
246
set_hsr_tag_path(&
hsr_ethhdr
->hsr_tag, path_id);
in hsr_set_path_id()
253
struct
hsr_ethhdr
*
hsr_ethhdr
;
in hsr_fill_tag()
local
264
hsr_ethhdr
= (struct
hsr_ethhdr
*)skb_mac_header(skb);
in hsr_fill_tag()
266
hsr_set_path_id(
hsr_ethhdr
, port);
in hsr_fill_tag()
267
set_hsr_tag_LSDU_size(&
hsr_ethhdr
->hsr_tag, lsdu_size);
in hsr_fill_tag()
268
hsr_ethhdr
in hsr_fill_tag()
288
struct
hsr_ethhdr
*
hsr_ethhdr
=
hsr_create_tagged_frame()
local
[all...]
H
A
D
hsr_main.h
73
struct
hsr_ethhdr
{
struct
229
struct
hsr_ethhdr
*
hsr_ethhdr
;
in hsr_get_skb_sequence_nr()
local
231
hsr_ethhdr
= (struct
hsr_ethhdr
*)skb_mac_header(skb);
in hsr_get_skb_sequence_nr()
232
return ntohs(
hsr_ethhdr
->hsr_tag.sequence_nr);
in hsr_get_skb_sequence_nr()
H
A
D
hsr_framereg.c
231
/* Check if skb contains
hsr_ethhdr
*/
in hsr_get_node()
232
if (skb->mac_len < sizeof(struct
hsr_ethhdr
))
in hsr_get_node()
Completed in 4 milliseconds