Searched refs:vcc_create (Results 1 – 4 of 4) sorted by relevance
/net/atm/ |
D | common.h | 13 int vcc_create(struct net *net, struct socket *sock, int protocol, int family);
|
D | pvc.c | 136 return vcc_create(net, sock, protocol, PF_ATMPVC); in pvc_create()
|
D | svc.c | 661 error = vcc_create(net, sock, protocol, AF_ATMSVC); in svc_create()
|
D | common.c | 128 int vcc_create(struct net *net, struct socket *sock, int protocol, int family) in vcc_create() function
|