Lines Matching refs:net_device
78 int eth_header(struct sk_buff *skb, struct net_device *dev, in eth_header()
128 struct net_device *dev = skb->dev; in eth_rebuild_header()
157 __be16 eth_type_trans(struct sk_buff *skb, struct net_device *dev) in eth_type_trans()
241 const struct net_device *dev = neigh->dev; in eth_header_cache()
266 const struct net_device *dev, in eth_header_cache_update()
279 int eth_prepare_mac_addr_change(struct net_device *dev, void *p) in eth_prepare_mac_addr_change()
296 void eth_commit_mac_addr_change(struct net_device *dev, void *p) in eth_commit_mac_addr_change()
314 int eth_mac_addr(struct net_device *dev, void *p) in eth_mac_addr()
334 int eth_change_mtu(struct net_device *dev, int new_mtu) in eth_change_mtu()
343 int eth_validate_addr(struct net_device *dev) in eth_validate_addr()
366 void ether_setup(struct net_device *dev) in ether_setup()
397 struct net_device *alloc_etherdev_mqs(int sizeof_priv, unsigned int txqs, in alloc_etherdev_mqs()