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