Searched refs:vcc_create (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/atm/ |
| H A D | common.h | 14 int vcc_create(struct net *net, struct socket *sock, int protocol, int family, int kern);
|
| H A D | pvc.c | 140 return vcc_create(net, sock, protocol, PF_ATMPVC, kern); in pvc_create()
|
| H A D | svc.c | 665 error = vcc_create(net, sock, protocol, AF_ATMSVC, kern); in svc_create()
|
| H A D | common.c | 140 int vcc_create(struct net *net, struct socket *sock, int protocol, int family, int kern) in vcc_create() function
|