Searched refs:seqhi (Results 1 – 4 of 4) sorted by relevance
| /linux/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 289 __be32 *seqhi = esp_tmp_extra(tmp); in esp_restore_header() local 292 esph->spi = *seqhi; in esp_restore_header() 314 __u32 seqhi; in esp_output_set_extra() local 318 seqhi = xo->seq.hi; in esp_output_set_extra() 325 extra->seqhi = esph->spi; in esp_output_set_extra() 326 esph->seq_no = htonl(seqhi); in esp_output_set_extra() 860 *seqhi = esph->spi; in esp_input_set_header() 889 __be32 *seqhi; in esp_input() local 935 seqhi = esp_tmp_extra(tmp); in esp_input() [all …]
|
| /linux/net/ipv6/ |
| A D | ah6.c | 339 __be32 *seqhi; in ah6_output() local 358 seqhi_len = sizeof(*seqhi); in ah6_output() 367 seqhi = (__be32 *)((char *)iph_ext + extlen); in ah6_output() 368 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_output() 422 *seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi); in ah6_output() 423 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output() 529 __be32 *seqhi; in ah6_input() local 570 seqhi_len = sizeof(*seqhi); in ah6_input() 582 icv = ah_tmp_icv(ahash, seqhi, seqhi_len); in ah6_input() 608 *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() 909 *seqhi = esph->spi; in esp_input_set_header() 935 __be32 *seqhi; in esp6_input() local 983 seqhi = esp_tmp_extra(tmp); in esp6_input() [all …]
|
Completed in 11 milliseconds