Searched refs:seqhi (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H 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() 230 /* Attach seqhi sg right after packet payload */ in ah_output() 231 *seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi); 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 in ah_input() [all...] |
H A D | esp4.c | 32 __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() 857 static void esp_input_set_header(struct sk_buff *skb, __be32 *seqhi) in esp_input_set_header() argument 868 *seqhi in esp_input_set_header() 897 __be32 *seqhi; esp_input() local [all...] |
/kernel/linux/linux-5.10/net/ipv6/ |
H 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() 421 /* Attach seqhi sg right after packet payload */ 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() 581 seqhi in ah6_input() [all...] |
H 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() 357 seqhi = XFRM_SKB_CB(skb)->seq.output.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() 903 static void esp_input_set_header(struct sk_buff *skb, __be32 *seqhi) in esp_input_set_header() argument 914 *seqhi in esp_input_set_header() 940 __be32 *seqhi; esp6_input() local [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H 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() 418 /* Attach seqhi sg right after packet payload */ 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() 578 seqhi in ah6_input() [all...] |
H 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() 357 seqhi = XFRM_SKB_CB(skb)->seq.output.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() 897 static void esp_input_set_header(struct sk_buff *skb, __be32 *seqhi) in esp_input_set_header() argument 908 *seqhi in esp_input_set_header() 934 __be32 *seqhi; esp6_input() local [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H 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() 230 /* Attach seqhi sg right after packet payload */ in ah_output() 231 *seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi); 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 in ah_input() [all...] |
H 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() 321 seqhi = XFRM_SKB_CB(skb)->seq.output.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() 848 static void esp_input_set_header(struct sk_buff *skb, __be32 *seqhi) in esp_input_set_header() argument 859 *seqhi in esp_input_set_header() 888 __be32 *seqhi; esp_input() local [all...] |
Completed in 10 milliseconds