Home
last modified time | relevance | path

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

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