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:orig_ttvn
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/
H
A
D
routing.c
769
u8 *orig_addr,
orig_ttvn
;
in batadv_reroute_unicast_packet()
local
776
orig_ttvn
= (u8)atomic_read(&bat_priv->tt.vn);
in batadv_reroute_unicast_packet()
787
orig_ttvn
= (u8)atomic_read(&orig_node->last_ttvn);
in batadv_reroute_unicast_packet()
793
unicast_packet->ttvn =
orig_ttvn
;
in batadv_reroute_unicast_packet()
H
A
D
translation-table.c
3238
u8
orig_ttvn
, req_ttvn;
in batadv_send_other_tt_response()
local
3256
orig_ttvn
= (u8)atomic_read(&req_dst_orig_node->last_ttvn);
in batadv_send_other_tt_response()
3261
if (
orig_ttvn
!= req_ttvn ||
in batadv_send_other_tt_response()
4022
u8
orig_ttvn
= (u8)atomic_read(&orig_node->last_ttvn);
in batadv_tt_update_orig()
local
4034
if ((!has_tt_init && ttvn == 1) || ttvn -
orig_ttvn
== 1) {
in batadv_tt_update_orig()
4074
if (!has_tt_init || ttvn !=
orig_ttvn
||
in batadv_tt_update_orig()
4080
orig_node->orig, ttvn,
orig_ttvn
,
in batadv_tt_update_orig()
/kernel/linux/linux-6.6/net/batman-adv/
H
A
D
routing.c
751
u8
orig_ttvn
;
in batadv_reroute_unicast_packet()
local
758
orig_ttvn
= (u8)atomic_read(&bat_priv->tt.vn);
in batadv_reroute_unicast_packet()
769
orig_ttvn
= (u8)atomic_read(&orig_node->last_ttvn);
in batadv_reroute_unicast_packet()
775
unicast_packet->ttvn =
orig_ttvn
;
in batadv_reroute_unicast_packet()
H
A
D
translation-table.c
3006
u8
orig_ttvn
, req_ttvn;
in batadv_send_other_tt_response()
local
3024
orig_ttvn
= (u8)atomic_read(&req_dst_orig_node->last_ttvn);
in batadv_send_other_tt_response()
3029
if (
orig_ttvn
!= req_ttvn ||
in batadv_send_other_tt_response()
3782
u8
orig_ttvn
= (u8)atomic_read(&orig_node->last_ttvn);
in batadv_tt_update_orig()
local
3794
if ((!has_tt_init && ttvn == 1) || ttvn -
orig_ttvn
== 1) {
in batadv_tt_update_orig()
3834
if (!has_tt_init || ttvn !=
orig_ttvn
||
in batadv_tt_update_orig()
3840
orig_node->orig, ttvn,
orig_ttvn
,
in batadv_tt_update_orig()
Completed in 14 milliseconds