1. NAME

dev_valid_name - check if name is okay for network device

2. SYNOPSIS

bool dev_valid_name(const char *  name );

3. ARGUMENTS

name
    name string

4. DESCRIPTION

Network device names need to be valid file names to to allow sysfs to work. We also disallow any kind of whitespace.

5. COPYRIGHT