| /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 | 989 sk = sk_alloc(&init_net, PF_NFC, gfp, &llcp_sock_proto, kern); in nfc_llcp_sock_alloc()
|
| /linux/net/phonet/ |
| H A D | af_phonet.c | 87 sk = sk_alloc(net, PF_PHONET, GFP_KERNEL, pnp->prot, kern); in pn_socket_create()
|
| H A D | pep.c | 856 newsk = sk_alloc(sock_net(sk), PF_PHONET, GFP_KERNEL, sk->sk_prot, in pep_sock_accept()
|
| /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/drivers/net/ppp/ |
| H A D | pptp.c | 549 sk = sk_alloc(net, PF_PPPOX, GFP_KERNEL, &pptp_sk_proto, kern); in pptp_create()
|
| H A D | pppoe.c | 515 sk = sk_alloc(net, PF_PPPOX, GFP_KERNEL, &pppoe_sk_proto, kern); in pppoe_create()
|
| /linux/net/kcm/ |
| H A D | kcmsock.c | 1542 newsk = sk_alloc(sock_net(osock->sk), PF_KCM, GFP_KERNEL, in kcm_clone() 1810 sk = sk_alloc(net, PF_KCM, GFP_KERNEL, &kcm_proto, kern); in kcm_create()
|
| /linux/net/llc/ |
| H A D | llc_conn.c | 925 struct sock *sk = sk_alloc(net, family, priority, prot, kern); in llc_sk_alloc()
|
| /linux/net/bluetooth/ |
| H A D | af_bluetooth.c | 148 sk = sk_alloc(net, PF_BLUETOOTH, prio, prot, kern); in bt_sock_alloc()
|
| /linux/net/rxrpc/ |
| H A D | af_rxrpc.c | 822 sk = sk_alloc(net, PF_RXRPC, GFP_KERNEL, &rxrpc_proto, kern); in rxrpc_create()
|
| /linux/net/atm/ |
| H A D | common.c | 147 sk = sk_alloc(net, family, GFP_KERNEL, &vcc_proto, kern); in vcc_create()
|
| /linux/net/ieee802154/ |
| H A D | socket.c | 1044 sk = sk_alloc(net, PF_IEEE802154, GFP_KERNEL, proto, kern); in ieee802154_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/qrtr/ |
| H A D | af_qrtr.c | 1274 sk = sk_alloc(net, AF_QIPCRTR, GFP_KERNEL, &qrtr_proto, kern); in qrtr_create()
|
| /linux/net/l2tp/ |
| H A D | l2tp_ppp.c | 475 sk = sk_alloc(net, PF_PPPOX, GFP_KERNEL, &pppol2tp_sk_proto, kern); in pppol2tp_create()
|
| /linux/drivers/xen/ |
| H A D | pvcalls-front.c | 955 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 | 507 struct sock *sk = sk_alloc(net, AF_X25, GFP_ATOMIC, &x25_proto, kern); in x25_alloc_socket()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 1107 sk = sk_alloc(net, PF_UNIX, GFP_KERNEL, &unix_stream_proto, kern); in unix_create1() 1109 sk = sk_alloc(net, PF_UNIX, GFP_KERNEL, &unix_dgram_proto, kern); in unix_create1()
|
| /linux/net/core/ |
| H A D | sock.c | 2302 struct sock *sk_alloc(struct net *net, int family, gfp_t priority, in sk_alloc() function 2344 EXPORT_SYMBOL(sk_alloc);
|
| /linux/net/bpf/ |
| H A D | test_run.c | 1106 sk = sk_alloc(net, AF_UNSPEC, GFP_USER, &bpf_dummy_proto, 1); in bpf_prog_test_run_skb()
|
| /linux/net/iucv/ |
| H A D | af_iucv.c | 471 sk = sk_alloc(&init_net, PF_IUCV, prio, &iucv_proto, kern); in iucv_sock_alloc()
|
| /linux/net/xdp/ |
| H A D | xsk.c | 2182 sk = sk_alloc(net, PF_XDP, GFP_KERNEL, &xsk_proto, kern); in xsk_create()
|
| /linux/net/vmw_vsock/ |
| H A D | af_vsock.c | 915 sk = sk_alloc(net, AF_VSOCK, priority, &vsock_proto, kern); in __vsock_create()
|
| /linux/net/netlink/ |
| H A D | af_netlink.c | 627 sk = sk_alloc(net, PF_NETLINK, GFP_KERNEL, &netlink_proto, kern); in __netlink_create()
|