Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dnetlink.c1054 static const ethnl_notify_handler_t ethnl_notify_handlers[] = { variable
1081 if (likely(cmd < ARRAY_SIZE(ethnl_notify_handlers) && in ethnl_notify()
1082 ethnl_notify_handlers[cmd])) in ethnl_notify()
1083 ethnl_notify_handlers[cmd](dev, cmd, req_info); in ethnl_notify()