Home
last modified time | relevance | path

Searched refs:ethnl_notify_handlers (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/net/ethtool/
Dnetlink.c680 static const ethnl_notify_handler_t ethnl_notify_handlers[] = { variable
702 if (likely(cmd < ARRAY_SIZE(ethnl_notify_handlers) && in ethtool_notify()
703 ethnl_notify_handlers[cmd])) in ethtool_notify()
704 ethnl_notify_handlers[cmd](dev, cmd, data); in ethtool_notify()