Home
last modified time | relevance | path

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

/Linux-v5.10/net/ieee802154/
Dsocket.c256 dev = dev_getfirstbyhwtype(sock_net(sk), ARPHRD_IEEE802154); in raw_sendmsg()
622 dev = dev_getfirstbyhwtype(sock_net(sk), ARPHRD_IEEE802154); in dgram_sendmsg()
/Linux-v5.10/net/llc/
Daf_llc.c288 llc->dev = dev_getfirstbyhwtype(&init_net, addr->sllc_arphrd); in llc_ui_autobind()
/Linux-v5.10/include/linux/
Dnetdevice.h2791 struct net_device *dev_getfirstbyhwtype(struct net *net, unsigned short type);
/Linux-v5.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);