vcc_create         13 net/atm/common.h int vcc_create(struct net *net, struct socket *sock, int protocol, int family);
vcc_create        133 net/atm/pvc.c  	return vcc_create(net, sock, protocol, PF_ATMPVC);
vcc_create        638 net/atm/svc.c  	error = vcc_create(net, sock, protocol, AF_ATMSVC);