Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dswitchdev.h122 struct switchdev_notifier_fdb_info { struct
123 struct switchdev_notifier_info info; /* must be first */
124 const unsigned char *addr;
125 u16 vid;
126 u8 added_by_user:1,
127 offloaded:1;