1SK_PAGE_FRAG(9) Linux Networking SK_PAGE_FRAG(9)
23
4
NAME
6sk_page_frag - return an appropriate page_frag
7
SYNOPSIS
9struct page_frag * sk_page_frag(struct sock * sk);
10
ARGUMENTS
12sk
13socket
14
DESCRIPTION
16If socket allocation mode allows current thread to sleep, it means its
17safe to use the per task page_frag instead of the per socket one.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 SK_PAGE_FRAG(9)