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:last_ttl
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/
H
A
D
network-coding.c
770
u8
last_ttl
;
in batadv_can_nc_with_orig()
local
776
last_ttl
= orig_ifinfo->
last_ttl
;
in batadv_can_nc_with_orig()
782
if (
last_ttl
!= ogm_packet->ttl + 1)
in batadv_can_nc_with_orig()
H
A
D
types.h
271
/** @
last_ttl
: ttl of last received packet */
272
u8
last_ttl
;
member
741
/** @
last_ttl
: last received ttl from this neigh node */
742
u8
last_ttl
;
member
H
A
D
bat_v_ogm.c
655
orig_ifinfo->
last_ttl
= ogm2->ttl;
in batadv_v_ogm_metric_update()
666
neigh_ifinfo->
last_ttl
= ogm2->ttl;
in batadv_v_ogm_metric_update()
H
A
D
bat_iv_ogm.c
1008
orig_ifinfo->
last_ttl
= batadv_ogm_packet->ttl;
in batadv_iv_ogm_orig_update()
1009
neigh_ifinfo->
last_ttl
= batadv_ogm_packet->ttl;
in batadv_iv_ogm_orig_update()
1440
similar_ttl = (orig_ifinfo->
last_ttl
- 3) <= ogm_packet->ttl;
in batadv_iv_ogm_process_per_outif()
/kernel/linux/linux-6.6/net/batman-adv/
H
A
D
network-coding.c
763
u8
last_ttl
;
in batadv_can_nc_with_orig()
local
769
last_ttl
= orig_ifinfo->
last_ttl
;
in batadv_can_nc_with_orig()
775
if (
last_ttl
!= ogm_packet->ttl + 1)
in batadv_can_nc_with_orig()
H
A
D
types.h
261
/** @
last_ttl
: ttl of last received packet */
262
u8
last_ttl
;
member
731
/** @
last_ttl
: last received ttl from this neigh node */
732
u8
last_ttl
;
member
H
A
D
bat_v_ogm.c
652
orig_ifinfo->
last_ttl
= ogm2->ttl;
in batadv_v_ogm_metric_update()
663
neigh_ifinfo->
last_ttl
= ogm2->ttl;
in batadv_v_ogm_metric_update()
H
A
D
bat_iv_ogm.c
1004
orig_ifinfo->
last_ttl
= batadv_ogm_packet->ttl;
in batadv_iv_ogm_orig_update()
1005
neigh_ifinfo->
last_ttl
= batadv_ogm_packet->ttl;
in batadv_iv_ogm_orig_update()
1431
similar_ttl = (orig_ifinfo->
last_ttl
- 3) <= ogm_packet->ttl;
in batadv_iv_ogm_process_per_outif()
Completed in 19 milliseconds