Searched refs:seqhi (Results 1 – 4 of 4) sorted by relevance
/linux/net/ipv4/ |
H A D | ah4.c | 158 __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 …]
|
H A D | esp4.c | 33 __be32 seqhi; member 291 __be32 *seqhi = esp_tmp_extra(tmp); in esp_restore_header() local 294 esph->spi = *seqhi; in esp_restore_header() 316 __u32 seqhi; in esp_output_set_extra() local 320 seqhi = xo->seq.hi; in esp_output_set_extra() 322 seqhi = XFRM_SKB_CB(skb)->seq.output.hi; in esp_output_set_extra() 327 extra->seqhi = esph->spi; in esp_output_set_extra() 328 esph->seq_no = htonl(seqhi); in esp_output_set_extra() 846 static void esp_input_set_header(struct sk_buff *skb, __be32 *seqhi) in esp_input_set_header() argument 857 *seqhi = esph->spi; in esp_input_set_header() [all …]
|
/linux/net/ipv6/ |
H A D | ah6.c | 333 __be32 *seqhi; in ah6_output() local 352 seqhi_len = sizeof(*seqhi); in ah6_output() 361 seqhi = (__be32 *)((char *)iph_ext + extlen); in ah6_output() 362 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_output() 416 *seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi); in ah6_output() 417 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output() 523 __be32 *seqhi; in ah6_input() local 564 seqhi_len = sizeof(*seqhi); in ah6_input() 575 seqhi = (__be32 *)(auth_data + ahp->icv_trunc_len); in ah6_input() 576 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_input() [all …]
|
H A D | esp6.c | 49 __be32 seqhi; member 327 __be32 *seqhi = esp_tmp_extra(tmp); in esp_restore_header() local 330 esph->spi = *seqhi; in esp_restore_header() 352 __u32 seqhi; in esp_output_set_esn() local 356 seqhi = xo->seq.hi; in esp_output_set_esn() 358 seqhi = XFRM_SKB_CB(skb)->seq.output.hi; in esp_output_set_esn() 363 extra->seqhi = esph->spi; in esp_output_set_esn() 364 esph->seq_no = htonl(seqhi); in esp_output_set_esn() 889 static void esp_input_set_header(struct sk_buff *skb, __be32 *seqhi) in esp_input_set_header() argument 900 *seqhi = esph->spi; in esp_input_set_header() [all …]
|