Lines Matching refs:seqhi
333 __be32 *seqhi; in ah6_output() local
352 seqhi_len = sizeof(*seqhi); in ah6_output()
361 seqhi = (__be32 *)((char *)iph_ext + extlen); in ah6_output()
362 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_output()
416 *seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi); in ah6_output()
417 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output()
523 __be32 *seqhi; in ah6_input() local
564 seqhi_len = sizeof(*seqhi); in ah6_input()
575 seqhi = (__be32 *)(auth_data + ahp->icv_trunc_len); in ah6_input()
576 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_input()
602 *seqhi = XFRM_SKB_CB(skb)->seq.input.hi; in ah6_input()
603 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_input()