Lines Matching refs:seqhi
159 __be32 *seqhi; in ah_output() local
176 seqhi_len = sizeof(*seqhi); in ah_output()
182 seqhi = (__be32 *)((char *)iph + ihl); in ah_output()
183 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah_output()
227 *seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi); in ah_output()
228 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_output()
313 __be32 *seqhi; in ah_input() local
358 seqhi_len = sizeof(*seqhi); in ah_input()
368 seqhi = (__be32 *)((char *)work_iph + ihl); in ah_input()
369 auth_data = ah_tmp_auth(seqhi, seqhi_len); in ah_input()
397 *seqhi = XFRM_SKB_CB(skb)->seq.input.hi; in ah_input()
398 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_input()