Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dnetdevice.h1398 struct net_device_ops { struct
1399 int (*ndo_init)(struct net_device *dev);
1401 int (*ndo_open)(struct net_device *dev);
1402 int (*ndo_stop)(struct net_device *dev);
1440 int (*ndo_get_offload_stats)(int attr_id,
1488 int (*ndo_set_vf_rss_query_en)(
1543 int (*ndo_fdb_add)(struct ndmsg *ndm,
1550 int (*ndo_fdb_del)(struct ndmsg *ndm,
1560 int (*ndo_fdb_dump)(struct sk_buff *skb,
1565 int (*ndo_fdb_get)(struct sk_buff *skb,
[all …]

Completed in 23 milliseconds