Home
last modified time | relevance | path

Searched refs:sock_create_lite (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/rds/
Dtcp_listen.c88 ret = sock_create_lite(sock->sk->sk_family, sock->sk->sk_type, in rds_tcp_accept_one()
/linux-4.1.27/include/linux/
Dnet.h212 int sock_create_lite(int family, int type, int proto, struct socket **res);
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-tcpip.c538 rc = sock_create_lite(PF_PACKET, sock->type, IPPROTO_TCP, &newsock); in libcfs_sock_accept()
/linux-4.1.27/net/
Dsocket.c963 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/
Dtcp.c1861 ret = sock_create_lite(sock->sk->sk_family, sock->sk->sk_type, in o2net_accept_one()
/linux-4.1.27/net/netlink/
Daf_netlink.c2529 if (sock_create_lite(PF_NETLINK, SOCK_DGRAM, unit, &sock)) in __netlink_kernel_create()