Home
last modified time | relevance | path

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

/linux/include/linux/
A Dnetdevice.h1362 struct net_device_ops { struct
1363 int (*ndo_init)(struct net_device *dev);
1365 int (*ndo_open)(struct net_device *dev);
1366 int (*ndo_stop)(struct net_device *dev);
1404 int (*ndo_get_offload_stats)(int attr_id,
1452 int (*ndo_set_vf_rss_query_en)(
1507 int (*ndo_fdb_add)(struct ndmsg *ndm,
1514 int (*ndo_fdb_del)(struct ndmsg *ndm,
1522 int (*ndo_fdb_dump)(struct sk_buff *skb,
1527 int (*ndo_fdb_get)(struct sk_buff *skb,
[all …]

Completed in 23 milliseconds