Home
last modified time | relevance | path

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

/linux/include/linux/
A Dnetdevice.h1348 struct net_device_ops { struct
1349 int (*ndo_init)(struct net_device *dev);
1351 int (*ndo_open)(struct net_device *dev);
1352 int (*ndo_stop)(struct net_device *dev);
1390 int (*ndo_get_offload_stats)(int attr_id,
1438 int (*ndo_set_vf_rss_query_en)(
1493 int (*ndo_fdb_add)(struct ndmsg *ndm,
1500 int (*ndo_fdb_del)(struct ndmsg *ndm,
1505 int (*ndo_fdb_dump)(struct sk_buff *skb,
1510 int (*ndo_fdb_get)(struct sk_buff *skb,
[all …]

Completed in 23 milliseconds