Home
last modified time | relevance | path

Searched refs:sk_alloc (Results 1 – 25 of 33) sorted by relevance

12

/linux/net/nfc/
H A Drawsock.c352 sk = sk_alloc(net, PF_NFC, GFP_ATOMIC, nfc_proto->proto, kern); in rawsock_create()
H A Dllcp_sock.c981 sk = sk_alloc(&init_net, PF_NFC, gfp, &llcp_sock_proto, kern); in nfc_llcp_sock_alloc()
/linux/net/phonet/
H A Daf_phonet.c87 sk = sk_alloc(net, PF_PHONET, GFP_KERNEL, pnp->prot, kern); in pn_socket_create()
H A Dpep.c854 newsk = sk_alloc(sock_net(sk), PF_PHONET, GFP_KERNEL, sk->sk_prot, in pep_sock_accept()
/linux/crypto/
H A Daf_alg.c424 sk2 = sk_alloc(sock_net(sk), PF_ALG, GFP_KERNEL, &alg_proto, arg->kern); in af_alg_accept()
515 sk = sk_alloc(net, PF_ALG, GFP_KERNEL, &alg_proto, kern); in alg_create()
/linux/net/can/
H A Daf_can.c158 sk = sk_alloc(net, PF_CAN, GFP_KERNEL, cp->prot, kern); in can_create()
/linux/net/kcm/
H A Dkcmsock.c1541 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/Documentation/mm/
H A Dpage_owner.rst88 sk_alloc+0x32/0x4f0
/linux/net/mctp/
H A Daf_mctp.c820 sk = sk_alloc(net, PF_MCTP, GFP_KERNEL, proto, kern); in mctp_pf_create()
/linux/net/llc/
H A Dllc_conn.c932 struct sock *sk = sk_alloc(net, family, priority, prot, kern); in llc_sk_alloc()
/linux/net/bluetooth/
H A Daf_bluetooth.c151 sk = sk_alloc(net, PF_BLUETOOTH, prio, prot, kern); in bt_sock_alloc()
/linux/net/rxrpc/
H A Daf_rxrpc.c820 sk = sk_alloc(net, PF_RXRPC, GFP_KERNEL, &rxrpc_proto, kern); in rxrpc_create()
/linux/net/atm/
H A Dcommon.c148 sk = sk_alloc(net, family, GFP_KERNEL, &vcc_proto, kern); in vcc_create()
/linux/net/ipv6/
H A Daf_inet6.c178 sk = sk_alloc(net, PF_INET6, GFP_KERNEL, answer_prot, kern); in inet6_create()
/linux/net/qrtr/
H A Daf_qrtr.c1264 sk = sk_alloc(net, AF_QIPCRTR, GFP_KERNEL, &qrtr_proto, kern); in qrtr_create()
/linux/drivers/net/
H A Dtap.c459 q = (struct tap_queue *)sk_alloc(net, AF_UNSPEC, GFP_KERNEL, in tap_open()
/linux/drivers/xen/
H A Dpvcalls-front.c892 newsock->sk = sk_alloc(sock_net(sock->sk), PF_INET, GFP_KERNEL, &pvcalls_proto, false); in pvcalls_front_accept()
/linux/net/l2tp/
H A Dl2tp_ppp.c474 sk = sk_alloc(net, PF_PPPOX, GFP_KERNEL, &pppol2tp_sk_proto, kern); in pppol2tp_create()
/linux/net/x25/
H A Daf_x25.c511 struct sock *sk = sk_alloc(net, AF_X25, GFP_ATOMIC, &x25_proto, kern); in x25_alloc_socket()
/linux/net/appletalk/
H A Dddp.c1054 sk = sk_alloc(net, PF_APPLETALK, GFP_KERNEL, &ddp_proto, kern); in atalk_create()
/linux/net/ipv4/
H A Daf_inet.c333 sk = sk_alloc(net, PF_INET, GFP_KERNEL, answer_prot, kern); in inet_create()
/linux/net/unix/
H A Daf_unix.c1095 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()
/linux/net/core/
H A Dsock.c2298 struct sock *sk_alloc(struct net *net, int family, gfp_t priority, in sk_alloc() function
2340 EXPORT_SYMBOL(sk_alloc);
/linux/net/xdp/
H A Dxsk.c1988 sk = sk_alloc(net, PF_XDP, GFP_KERNEL, &xsk_proto, kern); in xsk_create()
/linux/net/iucv/
H A Daf_iucv.c456 sk = sk_alloc(&init_net, PF_IUCV, prio, &iucv_proto, kern); in iucv_sock_alloc()

12