aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-ack.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/rxrpc/ar-ack.c')
-rw-r--r--net/rxrpc/ar-ack.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rxrpc/ar-ack.c b/net/rxrpc/ar-ack.c
index 3cd9264806a4..374478e006e7 100644
--- a/net/rxrpc/ar-ack.c
+++ b/net/rxrpc/ar-ack.c
@@ -588,7 +588,8 @@ process_further:
588 _proto("OOSQ DATA %%%u { #%u }", sp->hdr.serial, sp->hdr.seq); 588 _proto("OOSQ DATA %%%u { #%u }", sp->hdr.serial, sp->hdr.seq);
589 589
590 /* secured packets must be verified and possibly decrypted */ 590 /* secured packets must be verified and possibly decrypted */
591 if (rxrpc_verify_packet(call, skb, _abort_code) < 0) 591 if (call->conn->security->verify_packet(call, skb,
592 _abort_code) < 0)
592 goto protocol_error; 593 goto protocol_error;
593 594
594 rxrpc_insert_oos_packet(call, skb); 595 rxrpc_insert_oos_packet(call, skb);