Home
last modified time | relevance | path

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

/Linux-v4.19/net/ieee802154/
Dsocket.c268 dev = dev_getfirstbyhwtype(sock_net(sk), ARPHRD_IEEE802154); in raw_sendmsg()
637 dev = dev_getfirstbyhwtype(sock_net(sk), ARPHRD_IEEE802154); in dgram_sendmsg()
/Linux-v4.19/net/llc/
Daf_llc.c280 llc->dev = dev_getfirstbyhwtype(&init_net, addr->sllc_arphrd); in llc_ui_autobind()
/Linux-v4.19/include/linux/
Dnetdevice.h2564 struct net_device *dev_getfirstbyhwtype(struct net *net, unsigned short type);
/Linux-v4.19/net/core/
Ddev.c971 struct net_device *dev_getfirstbyhwtype(struct net *net, unsigned short type) in dev_getfirstbyhwtype() function
985 EXPORT_SYMBOL(dev_getfirstbyhwtype);