Home
last modified time | relevance | path

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

/net/ipv4/
Dah4.c159 __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()
229 *seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi); in ah_output()
230 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_output()
318 __be32 *seqhi; in ah_input() local
363 seqhi_len = sizeof(*seqhi); in ah_input()
373 seqhi = (__be32 *)((char *)work_iph + ihl); in ah_input()
374 auth_data = ah_tmp_auth(seqhi, seqhi_len); in ah_input()
[all …]
Desp4.c27 __be32 seqhi; member
108 __be32 *seqhi = esp_tmp_extra(tmp); in esp_restore_header() local
111 esph->spi = *seqhi; in esp_restore_header()
263 extra->seqhi = esph->spi; in esp_output()
429 __be32 *seqhi; in esp_input() local
461 seqhi = esp_tmp_extra(tmp); in esp_input()
478 *seqhi = esph->spi; in esp_input()
/net/ipv6/
Dah6.c349 __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()
432 *seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi); in ah6_output()
433 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output()
536 __be32 *seqhi; in ah6_input() local
577 seqhi_len = sizeof(*seqhi); in ah6_input()
588 seqhi = (__be32 *)(auth_data + ahp->icv_trunc_len); in ah6_input()
589 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_input()
[all …]
Desp6.c130 __be32 *seqhi = esp_tmp_seqhi(tmp); in esp_restore_header() local
133 esph->spi = *seqhi; in esp_restore_header()
169 __be32 *seqhi; in esp6_output() local
209 seqhi = esp_tmp_seqhi(tmp); in esp6_output()
243 *seqhi = esph->spi; in esp6_output()
369 __be32 *seqhi; in esp6_input() local
404 seqhi = esp_tmp_seqhi(tmp); in esp6_input()
421 *seqhi = esph->spi; in esp6_input()