Searched refs:sock_create (Results 1 – 2 of 2) sorted by relevance
/net/ |
D | socket.c | 1468 int sock_create(int family, int type, int protocol, struct socket **res) in sock_create() function 1472 EXPORT_SYMBOL(sock_create); 1512 retval = sock_create(family, type, protocol, &sock); in __sys_socket() 1570 err = sock_create(family, type, protocol, &sock1); in __sys_socketpair() 1574 err = sock_create(family, type, protocol, &sock2); in __sys_socketpair()
|
/net/sctp/ |
D | socket.c | 5657 err = sock_create(sk->sk_family, SOCK_SEQPACKET, IPPROTO_SCTP, &sock); in sctp_do_peeloff()
|