Home
last modified time | relevance | path

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

/net/
Dsocket.c1221 int sock_create(int family, int type, int protocol, struct socket **res) in sock_create() function
1251 retval = sock_create(family, type, protocol, &sock); in SYSCALL_DEFINE3()
1293 err = sock_create(family, type, protocol, &sock1); in SYSCALL_DEFINE4()
1297 err = sock_create(family, type, protocol, &sock2); in SYSCALL_DEFINE4()
2397 EXPORT_SYMBOL(sock_create);
/net/sctp/
Dsocket.c3953 err = sock_create(sk->sk_family, SOCK_SEQPACKET, IPPROTO_SCTP, &sock); in sctp_do_peeloff()