Home
last modified time | relevance | path

Searched refs:vcc_create (Results 1 – 4 of 4) sorted by relevance

/net/atm/
Dcommon.h13 int vcc_create(struct net *net, struct socket *sock, int protocol, int family);
Dpvc.c136 return vcc_create(net, sock, protocol, PF_ATMPVC); in pvc_create()
Dsvc.c661 error = vcc_create(net, sock, protocol, AF_ATMSVC); in svc_create()
Dcommon.c128 int vcc_create(struct net *net, struct socket *sock, int protocol, int family) in vcc_create() function