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_real_seqno
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/
H
A
D
network-coding.c
769
u32
last_real_seqno
;
in batadv_can_nc_with_orig()
local
777
last_real_seqno
= orig_ifinfo->
last_real_seqno
;
in batadv_can_nc_with_orig()
780
if (
last_real_seqno
!= ntohl(ogm_packet->seqno))
in batadv_can_nc_with_orig()
H
A
D
bat_iv_ogm.c
1245
seq_diff = seqno - orig_ifinfo->
last_real_seqno
;
in batadv_iv_ogm_update_seqnos()
1265
orig_ifinfo->
last_real_seqno
,
in batadv_iv_ogm_update_seqnos()
1295
orig_ifinfo->
last_real_seqno
, seqno);
in batadv_iv_ogm_update_seqnos()
1296
orig_ifinfo->
last_real_seqno
= seqno;
in batadv_iv_ogm_update_seqnos()
1439
sameseq = orig_ifinfo->
last_real_seqno
== ntohl(ogm_packet->seqno);
in batadv_iv_ogm_process_per_outif()
H
A
D
bat_v_ogm.c
628
seq_diff = ntohl(ogm2->seqno) - orig_ifinfo->
last_real_seqno
;
in batadv_v_ogm_metric_update()
654
orig_ifinfo->
last_real_seqno
= ntohl(ogm2->seqno);
in batadv_v_ogm_metric_update()
H
A
D
types.h
247
* orig_node rebroadcasted "back" to us (relative to
last_real_seqno
)
268
/** @
last_real_seqno
: last and best known sequence number */
269
u32
last_real_seqno
;
member
700
* neigh node (relative to orig_node->
last_real_seqno
)
/kernel/linux/linux-6.6/net/batman-adv/
H
A
D
network-coding.c
762
u32
last_real_seqno
;
in batadv_can_nc_with_orig()
local
770
last_real_seqno
= orig_ifinfo->
last_real_seqno
;
in batadv_can_nc_with_orig()
773
if (
last_real_seqno
!= ntohl(ogm_packet->seqno))
in batadv_can_nc_with_orig()
H
A
D
bat_iv_ogm.c
1236
seq_diff = seqno - orig_ifinfo->
last_real_seqno
;
in batadv_iv_ogm_update_seqnos()
1256
orig_ifinfo->
last_real_seqno
,
in batadv_iv_ogm_update_seqnos()
1286
orig_ifinfo->
last_real_seqno
, seqno);
in batadv_iv_ogm_update_seqnos()
1287
orig_ifinfo->
last_real_seqno
= seqno;
in batadv_iv_ogm_update_seqnos()
1430
sameseq = orig_ifinfo->
last_real_seqno
== ntohl(ogm_packet->seqno);
in batadv_iv_ogm_process_per_outif()
H
A
D
bat_v_ogm.c
625
seq_diff = ntohl(ogm2->seqno) - orig_ifinfo->
last_real_seqno
;
in batadv_v_ogm_metric_update()
651
orig_ifinfo->
last_real_seqno
= ntohl(ogm2->seqno);
in batadv_v_ogm_metric_update()
H
A
D
types.h
237
* orig_node rebroadcasted "back" to us (relative to
last_real_seqno
)
258
/** @
last_real_seqno
: last and best known sequence number */
259
u32
last_real_seqno
;
member
690
* neigh node (relative to orig_node->
last_real_seqno
)
Completed in 20 milliseconds