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_tx_at
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
output.c
236
call->peer->
last_tx_at
= ktime_get_seconds();
in rxrpc_send_ack_packet()
310
conn->peer->
last_tx_at
= ktime_get_seconds();
in rxrpc_send_abort_packet()
428
conn->peer->
last_tx_at
= ktime_get_seconds();
in rxrpc_send_data_packet()
500
conn->peer->
last_tx_at
= ktime_get_seconds();
in rxrpc_send_data_packet()
575
conn->peer->
last_tx_at
= ktime_get_seconds();
in rxrpc_send_conn_abort()
691
peer->
last_tx_at
= ktime_get_seconds();
in rxrpc_send_keepalive()
H
A
D
peer_event.c
255
keepalive_at = peer->
last_tx_at
+ RXRPC_KEEPALIVE_TIME;
in rxrpc_peer_keepalive_dispatch()
H
A
D
conn_event.c
182
conn->peer->
last_tx_at
= ktime_get_seconds();
in rxrpc_conn_retransmit_call()
H
A
D
proc.c
234
now - peer->
last_tx_at
,
in rxrpc_peer_seq_show()
H
A
D
rxkad.c
677
conn->peer->
last_tx_at
= ktime_get_seconds();
in rxkad_issue_challenge()
736
conn->peer->
last_tx_at
= ktime_get_seconds();
in rxkad_send_response()
H
A
D
ar-internal.h
334
time64_t
last_tx_at
; /* Last time packet sent here */
member
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
output.c
257
conn->params.peer->
last_tx_at
= ktime_get_seconds();
in rxrpc_send_ack_packet()
336
conn->params.peer->
last_tx_at
= ktime_get_seconds();
in rxrpc_send_abort_packet()
452
conn->params.peer->
last_tx_at
= ktime_get_seconds();
in rxrpc_send_data_packet()
528
conn->params.peer->
last_tx_at
= ktime_get_seconds();
in rxrpc_send_data_packet()
677
peer->
last_tx_at
= ktime_get_seconds();
in rxrpc_send_keepalive()
H
A
D
conn_event.c
145
conn->params.peer->
last_tx_at
= ktime_get_seconds();
in rxrpc_conn_retransmit_call()
265
conn->params.peer->
last_tx_at
= ktime_get_seconds();
in rxrpc_abort_connection()
H
A
D
peer_event.c
325
keepalive_at = peer->
last_tx_at
+ RXRPC_KEEPALIVE_TIME;
in rxrpc_peer_keepalive_dispatch()
H
A
D
proc.c
245
now - peer->
last_tx_at
,
in rxrpc_peer_seq_show()
H
A
D
rxkad.c
699
conn->params.peer->
last_tx_at
= ktime_get_seconds();
in rxkad_issue_challenge()
757
conn->params.peer->
last_tx_at
= ktime_get_seconds();
in rxkad_send_response()
H
A
D
ar-internal.h
291
time64_t
last_tx_at
; /* Last time packet sent here */
member
Completed in 14 milliseconds