Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dswitchdev.h222 struct switchdev_notifier_fdb_info { struct
223 struct switchdev_notifier_info info; /* must be first */
224 const unsigned char *addr;
225 u16 vid;
226 u8 added_by_user:1,
227 offloaded:1;