Home
last modified time | relevance | path

Searched refs:dsa_ndo_eth_ioctl (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/include/net/
Ddsa.h1033 static inline int dsa_ndo_eth_ioctl(struct net_device *dev, struct ifreq *ifr, in dsa_ndo_eth_ioctl() function
1048 static inline int dsa_ndo_eth_ioctl(struct net_device *dev, struct ifreq *ifr, in dsa_ndo_eth_ioctl() function
/Linux-v5.15/net/core/
Ddev_ioctl.c249 err = dsa_ndo_eth_ioctl(dev, ifr, cmd); in dev_eth_ioctl()