Home
last modified time | relevance | path

Searched refs:seqhi (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dah4.c158 __be32 *seqhi; in ah_output() local
175 seqhi_len = sizeof(*seqhi); in ah_output()
181 seqhi = (__be32 *)((char *)iph + ihl); in ah_output()
182 icv = ah_tmp_icv(seqhi, seqhi_len); in ah_output()
228 *seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi); in ah_output()
229 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_output()
317 __be32 *seqhi; in ah_input() local
362 seqhi_len = sizeof(*seqhi); in ah_input()
372 seqhi = (__be32 *)((char *)work_iph + ihl); in ah_input()
373 auth_data = ah_tmp_auth(seqhi, seqhi_len); in ah_input()
[all …]
/linux/net/ipv6/
H A Dah6.c355 __be32 *seqhi; in ah6_output() local
374 seqhi_len = sizeof(*seqhi); in ah6_output()
383 seqhi = (__be32 *)((char *)iph_ext + extlen); in ah6_output()
384 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_output()
434 *seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi); in ah6_output()
435 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output()
535 __be32 *seqhi; in ah6_input() local
576 seqhi_len = sizeof(*seqhi); in ah6_input()
587 seqhi = (__be32 *)(auth_data + ahp->icv_trunc_len); in ah6_input()
588 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_input()
[all …]