Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetdevice.h1410 struct net_device_ops { struct
1411 int (*ndo_init)(struct net_device *dev);
1413 int (*ndo_open)(struct net_device *dev);
1414 int (*ndo_stop)(struct net_device *dev);
1452 int (*ndo_get_offload_stats)(int attr_id,
1500 int (*ndo_set_vf_rss_query_en)(
1555 int (*ndo_fdb_add)(struct ndmsg *ndm,
1562 int (*ndo_fdb_del)(struct ndmsg *ndm,
1572 int (*ndo_fdb_dump)(struct sk_buff *skb,
1577 int (*ndo_fdb_get)(struct sk_buff *skb,
[all …]