aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2022-08-31 13:24:44 +0100
committerDavid Howells <dhowells@redhat.com>2022-09-01 11:44:13 +0100
commit21457f4a91cb522f1a3ad9741ff1d25fadfaa3c5 (patch)
treed7945df98f8bcb82ee1f47c1352a745a202e5881 /Documentation/networking
parentafs: Use the operation issue time instead of the reply time for callbacks (diff)
downloadlinux-dev-21457f4a91cb522f1a3ad9741ff1d25fadfaa3c5.tar.xz
linux-dev-21457f4a91cb522f1a3ad9741ff1d25fadfaa3c5.zip
rxrpc: Remove rxrpc_get_reply_time() which is no longer used
Remove rxrpc_get_reply_time() as that is no longer used now that the call issue time is used instead of the reply time. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/rxrpc.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/Documentation/networking/rxrpc.rst b/Documentation/networking/rxrpc.rst
index 39c2249c7aa7..39494a6ea739 100644
--- a/Documentation/networking/rxrpc.rst
+++ b/Documentation/networking/rxrpc.rst
@@ -1055,17 +1055,6 @@ The kernel interface functions are as follows:
first function to change. Note that this must be called in TASK_RUNNING
state.
- (#) Get reply timestamp::
-
- bool rxrpc_kernel_get_reply_time(struct socket *sock,
- struct rxrpc_call *call,
- ktime_t *_ts)
-
- This allows the timestamp on the first DATA packet of the reply of a
- client call to be queried, provided that it is still in the Rx ring. If
- successful, the timestamp will be stored into ``*_ts`` and true will be
- returned; false will be returned otherwise.
-
(#) Get remote client epoch::
u32 rxrpc_kernel_get_epoch(struct socket *sock,