ret = skb_to_sgvec(skb, sg, offset, 8); if (unlikely(ret < 0)) return ret;/* start the decryption afresh */ memset(&iv, 0, sizeof(iv)); @@ -405,7 +409,7 @@ static int rxkad_verify_packet_2(struct rxrpc_call *call, struct sk_buff *skb, struct sk_buff *trailer; ...