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_TLV_type
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/net/hsr/
H
A
D
hsr_forward.c
76
if (hsr_sup_tag->tlv.
HSR_TLV_type
!= HSR_TLV_ANNOUNCE &&
in is_supervision_frame()
77
hsr_sup_tag->tlv.
HSR_TLV_type
!= HSR_TLV_LIFE_CHECK &&
in is_supervision_frame()
78
hsr_sup_tag->tlv.
HSR_TLV_type
!= PRP_TLV_LIFE_CHECK_DD &&
in is_supervision_frame()
79
hsr_sup_tag->tlv.
HSR_TLV_type
!= PRP_TLV_LIFE_CHECK_DA)
in is_supervision_frame()
96
if (hsr_sup_tlv->
HSR_TLV_type
== PRP_TLV_REDBOX_MAC) {
in is_supervision_frame()
113
if (hsr_sup_tlv->
HSR_TLV_type
== HSR_TLV_EOT &&
in is_supervision_frame()
H
A
D
hsr_device.c
312
hsr_stag->tlv.
HSR_TLV_type
= type;
in send_hsr_supervision_frame()
354
hsr_stag->tlv.
HSR_TLV_type
= PRP_TLV_LIFE_CHECK_DD;
in send_prp_supervision_frame()
H
A
D
hsr_main.h
84
u8
HSR_TLV_type
;
member
H
A
D
hsr_framereg.c
330
if (hsr_sup_tlv->
HSR_TLV_type
== PRP_TLV_REDBOX_MAC) {
in hsr_handle_sup_frame()
/kernel/linux/linux-5.10/net/hsr/
H
A
D
hsr_forward.c
66
if (hsr_sup_tag->
HSR_TLV_type
!= HSR_TLV_ANNOUNCE &&
in is_supervision_frame()
67
hsr_sup_tag->
HSR_TLV_type
!= HSR_TLV_LIFE_CHECK &&
in is_supervision_frame()
68
hsr_sup_tag->
HSR_TLV_type
!= PRP_TLV_LIFE_CHECK_DD &&
in is_supervision_frame()
69
hsr_sup_tag->
HSR_TLV_type
!= PRP_TLV_LIFE_CHECK_DA)
in is_supervision_frame()
H
A
D
hsr_device.c
312
hsr_stag->
HSR_TLV_type
= type;
in send_hsr_supervision_frame()
354
hsr_stag->
HSR_TLV_type
= PRP_TLV_LIFE_CHECK_DD;
in send_prp_supervision_frame()
H
A
D
hsr_main.h
102
__u8
HSR_TLV_type
;
member
Completed in 6 milliseconds