Lines Matching refs:seqhi
349 __be32 *seqhi; in ah6_output() local
368 seqhi_len = sizeof(*seqhi); in ah6_output()
377 seqhi = (__be32 *)((char *)iph_ext + extlen); in ah6_output()
378 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_output()
430 *seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi); in ah6_output()
431 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output()
534 __be32 *seqhi; in ah6_input() local
575 seqhi_len = sizeof(*seqhi); in ah6_input()
586 seqhi = (__be32 *)(auth_data + ahp->icv_trunc_len); in ah6_input()
587 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_input()
610 *seqhi = XFRM_SKB_CB(skb)->seq.input.hi; in ah6_input()
611 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_input()