Home
last modified time | relevance | path

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

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