Home
last modified time | relevance | path

Searched refs:IFF_DEBUG (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/ !
H A Dif.h61 * @IFF_DEBUG: turn on debugging. Can be toggled through sysfs.
87 IFF_DEBUG = 1<<2, /* sysfs */ enumerator
114 #define IFF_DEBUG IFF_DEBUG macro
/linux/net/core/ !
H A Ddev.c9511 dev->flags = (flags & (IFF_DEBUG | IFF_NOTRAILERS | IFF_NOARP | in __dev_change_flags()