Searched refs:sock_create_lite (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ |
| H A D | socket.c | 1447 * sock_create_lite - creates a socket in sock_mmap() 1459 int sock_create_lite(int family, int type, int protocol, struct socket **res) 1487 EXPORT_SYMBOL(sock_create_lite); in sock_fasync() 3659 err = sock_create_lite(sk->sk_family, sk->sk_type, sk->sk_protocol, 1394 int sock_create_lite(int family, int type, int protocol, struct socket **res) sock_create_lite() function
|
| /linux/fs/ocfs2/cluster/ |
| H A D | tcp.c | 1802 ret = sock_create_lite(sock->sk->sk_family, sock->sk->sk_type, in o2net_accept_one()
|
| /linux/net/netlink/ |
| H A D | af_netlink.c | 2015 if (sock_create_lite(PF_NETLINK, SOCK_DGRAM, unit, &sock)) in __netlink_kernel_create()
|
| /linux/net/sctp/ |
| H A D | socket.c | 5697 err = sock_create_lite(sk->sk_family, SOCK_SEQPACKET, IPPROTO_SCTP, &sock); in sctp_do_peeloff()
|