1. NAME

dev_get_flags - get flags reported to userspace

2. SYNOPSIS

unsigned int dev_get_flags(const struct net_device *  dev );

3. ARGUMENTS

dev
    device

4. DESCRIPTION

Get the combination of flag bits exported through APIs to userspace.

5. COPYRIGHT