Searched refs:vcc_create (Results 1 – 4 of 4) sorted by relevance
13 int vcc_create(struct socket *sock, int protocol, int family);
131 return vcc_create(sock, protocol, PF_ATMPVC); in pvc_create()
548 error = vcc_create(sock, protocol, AF_ATMSVC); in svc_create()
249 int vcc_create(struct socket *sock, int protocol, int family) in vcc_create() function