Searched defs:net_device (Results 1 – 9 of 9) sorted by relevance
27 struct net_device /* same as kernel's struct net_device */ { struct43 struct net_device *dev; argument
1761 base::StringView net_device = evt.name(); in ParseNetifReceiveSkb() local1788 base::StringView net_device = evt.name(); in ParseNetDevXmit() local1898 base::StringView net_device = evt.name(); in ParseNapiGroReceiveEntry() local
10981 struct net_device { struct10982 char name[16];10983 struct netdev_name_node *name_node;10984 struct dev_ifalias *ifalias;10985 long unsigned int mem_end;11009 struct net_device_stats stats; argument11017 const struct net_device_ops *netdev_ops; argument11018 const struct ethtool_ops *ethtool_ops;11019 const struct l3mdev_ops *l3mdev_ops;11020 const struct ndisc_ops *ndisc_ops;[all …]
12940 struct net_device { struct12960 const struct net_device_ops *netdev_ops; argument12980 struct net_device_stats stats; argument12981 atomic_long_t rx_dropped;12982 atomic_long_t tx_dropped;12983 atomic_long_t rx_nohandler;12984 atomic_t carrier_up_count;12985 atomic_t carrier_down_count;12986 const struct ethtool_ops *ethtool_ops;12987 const struct ndisc_ops *ndisc_ops;[all …]
9948 struct net_device { struct9949 char name[16];9950 struct netdev_name_node *name_node;9951 struct dev_ifalias *ifalias;9952 long unsigned int mem_end;9976 struct net_device_stats stats; argument9984 const struct net_device_ops *netdev_ops; argument9985 const struct ethtool_ops *ethtool_ops;9986 const struct l3mdev_ops *l3mdev_ops;9987 const struct ndisc_ops *ndisc_ops;[all …]
12467 struct net_device { struct12468 char name[16];12469 struct netdev_name_node *name_node;12470 struct dev_ifalias *ifalias;12471 long unsigned int mem_end;12495 struct net_device_stats stats; argument12501 const struct net_device_ops *netdev_ops; argument12502 const struct ethtool_ops *ethtool_ops;12503 const struct ndisc_ops *ndisc_ops;12504 const struct header_ops *header_ops;[all …]