vcc_create         14 net/atm/common.h int vcc_create(struct net *net, struct socket *sock, int protocol, int family, int kern);
vcc_create        140 net/atm/pvc.c  	return vcc_create(net, sock, protocol, PF_ATMPVC, kern);
vcc_create        665 net/atm/svc.c  	error = vcc_create(net, sock, protocol, AF_ATMSVC, kern);