Home
last modified time | relevance | path

Searched defs:switchdev_notifier_fdb_info (Results 1 – 1 of 1) sorted by relevance

/linux/include/net/
H A Dswitchdev.h244 struct switchdev_notifier_fdb_info { struct
245 struct switchdev_notifier_info info; /* must be first */
246 const unsigned char *addr;
247 u16 vid;
248 u8 added_by_user:1,
249 is_local:1,
250 locked:1,
251 offloaded:1;