skb_page_frag_refill 1677 drivers/net/tun.c 	if (unlikely(!skb_page_frag_refill(buflen, alloc_frag, GFP_KERNEL)))
skb_page_frag_refill 1086 drivers/net/virtio_net.c 	if (unlikely(!skb_page_frag_refill(len, alloc_frag, gfp)))
skb_page_frag_refill 1182 drivers/net/virtio_net.c 	if (unlikely(!skb_page_frag_refill(len + room, alloc_frag, gfp)))
skb_page_frag_refill 3056 include/linux/skbuff.h bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t prio);
skb_page_frag_refill 2395 net/core/sock.c EXPORT_SYMBOL(skb_page_frag_refill);
skb_page_frag_refill 2399 net/core/sock.c 	if (likely(skb_page_frag_refill(32U, pfrag, sk->sk_allocation)))
skb_page_frag_refill  309 net/ipv4/esp4.c 			if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) {
skb_page_frag_refill  424 net/ipv4/esp4.c 		if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) {
skb_page_frag_refill  254 net/ipv6/esp6.c 			if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) {
skb_page_frag_refill  365 net/ipv6/esp6.c 		if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) {
skb_page_frag_refill  304 net/tls/tls_device.c 	if (likely(skb_page_frag_refill(prot->tag_size, pfrag,
skb_page_frag_refill  354 net/tls/tls_device.c 		if (unlikely(!skb_page_frag_refill(prepend_size, pfrag,