Searched refs:sock_create_lite (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | net.h | 303 int sock_create_lite(int family, int type, int proto, struct socket **res);
|
| /linux/net/ |
| H A D | socket.c | 1465 int sock_create_lite(int family, int type, int protocol, struct socket **res) in sock_create_lite() function 1493 EXPORT_SYMBOL(sock_create_lite); 3715 err = sock_create_lite(sk->sk_family, sk->sk_type, sk->sk_protocol, in kernel_accept()
|
| /linux/net/netlink/ |
| H A D | af_netlink.c | 2021 if (sock_create_lite(PF_NETLINK, SOCK_DGRAM, unit, &sock)) in __netlink_kernel_create()
|
| /linux/net/sctp/ |
| H A D | socket.c | 5723 err = sock_create_lite(sk->sk_family, SOCK_SEQPACKET, IPPROTO_SCTP, &sock); in sctp_do_peeloff()
|