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_sup_tlv
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/net/hsr/
H
A
D
hsr_forward.c
40
struct
hsr_sup_tlv
*
hsr_sup_tlv
;
in is_supervision_frame()
local
90
hsr_sup_tlv
= (struct
hsr_sup_tlv
*)skb->data;
in is_supervision_frame()
96
if (
hsr_sup_tlv
->HSR_TLV_type == PRP_TLV_REDBOX_MAC) {
in is_supervision_frame()
98
if (
hsr_sup_tlv
->HSR_TLV_length != sizeof(struct hsr_sup_payload))
in is_supervision_frame()
102
total_length += sizeof(struct
hsr_sup_tlv
) +
hsr_sup_tlv
->HSR_TLV_length;
in is_supervision_frame()
108
hsr_sup_tlv
= (struct
hsr_sup_tlv
*)sk
in is_supervision_frame()
[all...]
H
A
D
hsr_framereg.c
264
struct
hsr_sup_tlv
*
hsr_sup_tlv
;
in hsr_handle_sup_frame()
local
328
hsr_sup_tlv
= (struct
hsr_sup_tlv
*)skb->data;
in hsr_handle_sup_frame()
330
if (
hsr_sup_tlv
->HSR_TLV_type == PRP_TLV_REDBOX_MAC) {
in hsr_handle_sup_frame()
335
if (
hsr_sup_tlv
->HSR_TLV_length != 6)
in hsr_handle_sup_frame()
339
pull_size = sizeof(struct
hsr_sup_tlv
);
in hsr_handle_sup_frame()
H
A
D
hsr_main.h
83
struct
hsr_sup_tlv
{
struct
94
struct
hsr_sup_tlv
tlv;
Completed in 2 milliseconds