Searched refs:sock_create_lite (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/rds/ |
D | tcp_listen.c | 88 ret = sock_create_lite(sock->sk->sk_family, sock->sk->sk_type, in rds_tcp_accept_one()
|
/linux-4.1.27/include/linux/ |
D | net.h | 212 int sock_create_lite(int family, int type, int proto, struct socket **res);
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-tcpip.c | 538 rc = sock_create_lite(PF_PACKET, sock->type, IPPROTO_TCP, &newsock); in libcfs_sock_accept()
|
/linux-4.1.27/net/ |
D | socket.c | 963 int sock_create_lite(int family, int type, int protocol, struct socket **res) in sock_create_lite() function 991 EXPORT_SYMBOL(sock_create_lite); 3195 err = sock_create_lite(sk->sk_family, sk->sk_type, sk->sk_protocol, in kernel_accept()
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | tcp.c | 1861 ret = sock_create_lite(sock->sk->sk_family, sock->sk->sk_type, in o2net_accept_one()
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.c | 2529 if (sock_create_lite(PF_NETLINK, SOCK_DGRAM, unit, &sock)) in __netlink_kernel_create()
|