Searched refs:SWITCHDEV_F_DEFER (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/bridge/
H A Dbr_stp.c34 .flags = SWITCHDEV_F_DEFER,
609 .flags = SWITCHDEV_F_SKIP_EOPNOTSUPP | SWITCHDEV_F_DEFER,
H A Dbr_switchdev.c113 attr.flags = SWITCHDEV_F_DEFER;
550 .flags = SWITCHDEV_F_DEFER,
644 .flags = SWITCHDEV_F_DEFER,
H A Dbr_multicast.c1692 .flags = SWITCHDEV_F_DEFER,
1989 .flags = SWITCHDEV_F_DEFER,
3216 .flags = SWITCHDEV_F_DEFER,
/linux-master/net/switchdev/
H A Dswitchdev.c195 * in case SWITCHDEV_F_DEFER flag is not set.
201 if (attr->flags & SWITCHDEV_F_DEFER)
278 * in case SWITCHDEV_F_DEFER flag is not set.
284 if (obj->flags & SWITCHDEV_F_DEFER)
327 * in case SWITCHDEV_F_DEFER flag is not set.
332 if (obj->flags & SWITCHDEV_F_DEFER)
/linux-master/include/net/
H A Dswitchdev.h17 #define SWITCHDEV_F_DEFER BIT(2) macro

Completed in 128 milliseconds