Searched refs:sock_create_lite (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/rds/ |
H A D | tcp_listen.c | 116 ret = sock_create_lite(sock->sk->sk_family, in rds_tcp_accept_one()
|
/openbmc/linux/include/linux/ |
H A D | net.h | 256 int sock_create_lite(int family, int type, int proto, struct socket **res);
|
/openbmc/linux/net/ |
H A D | socket.c | 1360 int sock_create_lite(int family, int type, int protocol, struct socket **res) in sock_create_lite() function 1388 EXPORT_SYMBOL(sock_create_lite); 3596 err = sock_create_lite(sk->sk_family, sk->sk_type, sk->sk_protocol, in kernel_accept()
|
/openbmc/linux/fs/ocfs2/cluster/ |
H A D | tcp.c | 1798 ret = sock_create_lite(sock->sk->sk_family, sock->sk->sk_type, in o2net_accept_one()
|
/openbmc/linux/net/netlink/ |
H A D | af_netlink.c | 2028 if (sock_create_lite(PF_NETLINK, SOCK_DGRAM, unit, &sock)) in __netlink_kernel_create()
|