Searched refs:skb_page_frag_refill (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | esp6.c | 517 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_head() 628 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_tail()
|
| /OK3568_Linux_fs/kernel/net/tls/ |
| H A D | tls_device.c | 320 if (likely(skb_page_frag_refill(prot->tag_size, pfrag, in tls_device_record_close() 370 if (unlikely(!skb_page_frag_refill(prepend_size, pfrag, in tls_do_allocation()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | esp4.c | 483 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_head() 594 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_tail()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | sock.c | 2464 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t gfp) in skb_page_frag_refill() function 2496 EXPORT_SYMBOL(skb_page_frag_refill); 2500 if (likely(skb_page_frag_refill(32U, pfrag, sk->sk_allocation))) in sk_page_frag_refill()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_virtual_device | 1376 skb_page_frag_refill
|
| H A D | abi_gki_aarch64_galaxy | 3622 skb_page_frag_refill
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | virtio_net.c | 1178 if (unlikely(!skb_page_frag_refill(len, alloc_frag, gfp))) in add_recvbuf_small() 1274 if (unlikely(!skb_page_frag_refill(len + room, alloc_frag, gfp))) in add_recvbuf_mergeable()
|
| H A D | tun.c | 1687 if (unlikely(!skb_page_frag_refill(buflen, alloc_frag, GFP_KERNEL))) in tun_build_skb()
|
| /OK3568_Linux_fs/kernel/net/mptcp/ |
| H A D | protocol.c | 865 if (likely(skb_page_frag_refill(32U + sizeof(struct mptcp_data_frag), in mptcp_page_frag_refill()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | skbuff.h | 3155 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t prio);
|