Searched refs:allocsize (Results 1 – 2 of 2) sorted by relevance
/net/ipv6/ |
D | esp6.c | 507 int allocsize; in esp6_output_head() local 513 allocsize = ALIGN(tailen, L1_CACHE_BYTES); in esp6_output_head() 517 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_head() 535 pfrag->offset = pfrag->offset + allocsize; in esp6_output_head() 622 int allocsize; in esp6_output_tail() local 625 allocsize = ALIGN(skb->data_len, L1_CACHE_BYTES); in esp6_output_tail() 628 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_tail() 639 pfrag->offset = pfrag->offset + allocsize; in esp6_output_tail()
|
/net/ipv4/ |
D | esp4.c | 471 int allocsize; in esp_output_head() local 477 allocsize = ALIGN(tailen, L1_CACHE_BYTES); in esp_output_head() 481 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_head() 499 pfrag->offset = pfrag->offset + allocsize; in esp_output_head() 586 int allocsize; in esp_output_tail() local 589 allocsize = ALIGN(skb->data_len, L1_CACHE_BYTES); in esp_output_tail() 592 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_tail() 603 pfrag->offset = pfrag->offset + allocsize; in esp_output_tail()
|