Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnet.h257 int sock_create_lite(int family, int type, int proto, struct socket **res);
/linux/fs/ocfs2/cluster/
H A Dtcp.c1795 * sock_create_lite allocates the sock with GFP_KERNEL. We must in o2net_accept_one()
1802 ret = sock_create_lite(sock->sk->sk_family, sock->sk->sk_type, in o2net_accept_one()