Searched refs:seqhi (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/net/ipv4/ |
A D | ah4.c | 161 __be32 *seqhi; in ah_output() local 178 seqhi_len = sizeof(*seqhi); in ah_output() 184 seqhi = (__be32 *)((char *)iph + ihl); in ah_output() 185 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah_output() 232 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_output() 320 __be32 *seqhi; in ah_input() local 365 seqhi_len = sizeof(*seqhi); in ah_input() 375 seqhi = (__be32 *)((char *)work_iph + ihl); in ah_input() 376 auth_data = ah_tmp_auth(seqhi, seqhi_len); in ah_input() 406 *seqhi = XFRM_SKB_CB(skb)->seq.input.hi; in ah_input() [all …]
|
A D | esp4.c | 32 __be32 seqhi; member 290 __be32 *seqhi = esp_tmp_extra(tmp); in esp_restore_header() local 293 esph->spi = *seqhi; in esp_restore_header() 315 __u32 seqhi; in esp_output_set_extra() local 319 seqhi = xo->seq.hi; in esp_output_set_extra() 326 extra->seqhi = esph->spi; in esp_output_set_extra() 327 esph->seq_no = htonl(seqhi); in esp_output_set_extra() 857 *seqhi = esph->spi; in esp_input_set_header() 886 __be32 *seqhi; in esp_input() local 932 seqhi = esp_tmp_extra(tmp); in esp_input() [all …]
|
/linux-6.3-rc2/net/ipv6/ |
A D | ah6.c | 336 __be32 *seqhi; in ah6_output() local 355 seqhi_len = sizeof(*seqhi); in ah6_output() 364 seqhi = (__be32 *)((char *)iph_ext + extlen); in ah6_output() 365 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_output() 419 *seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi); in ah6_output() 420 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output() 526 __be32 *seqhi; in ah6_input() local 567 seqhi_len = sizeof(*seqhi); in ah6_input() 579 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_input() 605 *seqhi = XFRM_SKB_CB(skb)->seq.input.hi; in ah6_input() [all …]
|
A D | esp6.c | 48 __be32 seqhi; member 326 __be32 *seqhi = esp_tmp_extra(tmp); in esp_restore_header() local 329 esph->spi = *seqhi; in esp_restore_header() 351 __u32 seqhi; in esp_output_set_esn() local 355 seqhi = xo->seq.hi; in esp_output_set_esn() 362 extra->seqhi = esph->spi; in esp_output_set_esn() 363 esph->seq_no = htonl(seqhi); in esp_output_set_esn() 906 *seqhi = esph->spi; in esp_input_set_header() 932 __be32 *seqhi; in esp6_input() local 980 seqhi = esp_tmp_extra(tmp); in esp6_input() [all …]
|
Completed in 10 milliseconds