other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SK_ALLOC(9) | Linux Networking | SK_ALLOC(9) |
NAME¶
sk_alloc - All socket objects are allocated hereSYNOPSIS¶
struct
sock * sk_alloc(struct net * net,
int family, gfp_t priority,
struct proto * prot);
ARGUMENTS¶
netthe applicable net namespace
family
protocol family
priority
for allocation (GFP_KERNEL,
GFP_ATOMIC, etc)
prot
struct proto associated with this new sock
instance
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |