Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dif.h90 IFF_NOTRAILERS = 1<<5, /* sysfs */ enumerator
117 #define IFF_NOTRAILERS IFF_NOTRAILERS macro
/linux-6.6.21/net/core/
Ddev.c8603 dev->flags = (flags & (IFF_DEBUG | IFF_NOTRAILERS | IFF_NOARP | in __dev_change_flags()