Home
last modified time | relevance | path

Searched refs:dev_getfirstbyhwtype (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/ieee802154/
Dsocket.c257 dev = dev_getfirstbyhwtype(sock_net(sk), ARPHRD_IEEE802154); in raw_sendmsg()
642 dev = dev_getfirstbyhwtype(sock_net(sk), ARPHRD_IEEE802154); in dgram_sendmsg()
/kernel/linux/linux-5.10/net/llc/
Daf_llc.c297 dev = dev_getfirstbyhwtype(&init_net, addr->sllc_arphrd); in llc_ui_autobind()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0008_linux_net.patch290 - dev = dev_getfirstbyhwtype(&init_net, addr->sllc_arphrd);
292 + llc->dev = dev_getfirstbyhwtype(&init_net, addr->sllc_arphrd);
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h2853 struct net_device *dev_getfirstbyhwtype(struct net *net, unsigned short type);
/kernel/linux/linux-5.10/net/core/
Ddev.c1085 struct net_device *dev_getfirstbyhwtype(struct net *net, unsigned short type) in dev_getfirstbyhwtype() function
1099 EXPORT_SYMBOL(dev_getfirstbyhwtype);