| /linux/net/bluetooth/cmtp/ |
| H A D | sock.c | 210 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &cmtp_proto, kern); in cmtp_sock_create()
|
| /linux/net/nfc/ |
| H A D | rawsock.c | 352 sk = sk_alloc(net, PF_NFC, GFP_ATOMIC, nfc_proto->proto, kern); in rawsock_create()
|
| H A D | llcp_sock.c | 979 sk = sk_alloc(&init_net, PF_NFC, gfp, &llcp_sock_proto, kern); in nfc_llcp_sock_alloc()
|
| /linux/crypto/ |
| H A D | af_alg.c | 426 sk2 = sk_alloc(sock_net(sk), PF_ALG, GFP_KERNEL, &alg_proto, arg->kern); in af_alg_accept() 517 sk = sk_alloc(net, PF_ALG, GFP_KERNEL, &alg_proto, kern); in alg_create()
|
| /linux/net/netrom/ |
| H A D | af_netrom.c | 438 sk = sk_alloc(net, PF_NETROM, GFP_ATOMIC, &nr_proto, kern); in nr_create() 481 sk = sk_alloc(sock_net(osk), PF_NETROM, GFP_ATOMIC, osk->sk_prot, 0); in nr_make_new()
|
| /linux/net/can/ |
| H A D | af_can.c | 158 sk = sk_alloc(net, PF_CAN, GFP_KERNEL, cp->prot, kern); in can_create()
|
| /linux/net/rose/ |
| H A D | af_rose.c | 558 sk = sk_alloc(net, PF_ROSE, GFP_ATOMIC, &rose_proto, kern); in rose_create() 597 sk = sk_alloc(sock_net(osk), PF_ROSE, GFP_ATOMIC, &rose_proto, 0); in rose_make_new()
|
| /linux/net/kcm/ |
| H A D | kcmsock.c | 1541 newsk = sk_alloc(sock_net(osock->sk), PF_KCM, GFP_KERNEL, in kcm_clone() 1809 sk = sk_alloc(net, PF_KCM, GFP_KERNEL, &kcm_proto, kern); in kcm_create()
|
| /linux/net/bluetooth/ |
| H A D | af_bluetooth.c | 151 sk = sk_alloc(net, PF_BLUETOOTH, prio, prot, kern); in bt_sock_alloc()
|
| /linux/Documentation/mm/ |
| H A D | page_owner.rst | 88 sk_alloc+0x32/0x4f0
|
| /linux/net/mctp/ |
| H A D | af_mctp.c | 820 sk = sk_alloc(net, PF_MCTP, GFP_KERNEL, proto, kern); in mctp_pf_create()
|
| /linux/net/ax25/ |
| H A D | af_ax25.c | 904 sk = sk_alloc(net, PF_AX25, GFP_ATOMIC, &ax25_proto, kern); in ax25_create() 930 sk = sk_alloc(sock_net(osk), PF_AX25, GFP_ATOMIC, osk->sk_prot, 0); in ax25_make_new()
|
| /linux/net/llc/ |
| H A D | llc_conn.c | 932 struct sock *sk = sk_alloc(net, family, priority, prot, kern); in llc_sk_alloc()
|
| /linux/net/rxrpc/ |
| H A D | af_rxrpc.c | 826 sk = sk_alloc(net, PF_RXRPC, GFP_KERNEL, &rxrpc_proto, kern); in rxrpc_create()
|
| /linux/net/caif/ |
| H A D | caif_socket.c | 1051 sk = sk_alloc(net, PF_CAIF, GFP_KERNEL, &prot, kern); in caif_create()
|
| /linux/net/atm/ |
| H A D | common.c | 148 sk = sk_alloc(net, family, GFP_KERNEL, &vcc_proto, kern); in vcc_create()
|
| /linux/net/qrtr/ |
| H A D | af_qrtr.c | 1269 sk = sk_alloc(net, AF_QIPCRTR, GFP_KERNEL, &qrtr_proto, kern); in qrtr_create()
|
| /linux/drivers/net/ |
| H A D | tap.c | 459 q = (struct tap_queue *)sk_alloc(net, AF_UNSPEC, GFP_KERNEL, in tap_open()
|
| /linux/net/ipv6/ |
| H A D | af_inet6.c | 185 sk = sk_alloc(net, PF_INET6, GFP_KERNEL, answer_prot, kern); in inet6_create()
|
| /linux/net/l2tp/ |
| H A D | l2tp_ppp.c | 474 sk = sk_alloc(net, PF_PPPOX, GFP_KERNEL, &pppol2tp_sk_proto, kern); in pppol2tp_create()
|
| /linux/drivers/xen/ |
| H A D | pvcalls-front.c | 892 newsock->sk = sk_alloc(sock_net(sock->sk), PF_INET, GFP_KERNEL, &pvcalls_proto, false); in pvcalls_front_accept()
|
| /linux/net/x25/ |
| H A D | af_x25.c | 511 struct sock *sk = sk_alloc(net, AF_X25, GFP_ATOMIC, &x25_proto, kern); in x25_alloc_socket()
|
| /linux/net/appletalk/ |
| H A D | ddp.c | 1054 sk = sk_alloc(net, PF_APPLETALK, GFP_KERNEL, &ddp_proto, kern); in atalk_create()
|
| /linux/net/ipv4/ |
| H A D | af_inet.c | 334 sk = sk_alloc(net, PF_INET, GFP_KERNEL, answer_prot, kern); in inet_create()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 1095 sk = sk_alloc(net, PF_UNIX, GFP_KERNEL, &unix_stream_proto, kern); in unix_create1() 1097 sk = sk_alloc(net, PF_UNIX, GFP_KERNEL, &unix_dgram_proto, kern); in unix_create1()
|