Query: sk_alloc
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SK_ALLOC(9) Linux Networking SK_ALLOC(9)NAMEsk_alloc - All socket objects are allocated hereSYNOPSISstruct sock * sk_alloc(struct net * net, int family, gfp_t priority, struct proto * prot);ARGUMENTSnet the applicable net namespace family protocol family priority for allocation (GFP_KERNEL, GFP_ATOMIC, etc) prot struct proto associated with this new sock instanceCOPYRIGHTKernel Hackers Manual 3.10 June 2014 SK_ALLOC(9)