Home
last modified time | relevance | path

Searched refs:ax25_dev_ax25dev (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/net/ax25/
Dax25_dev.c98 if ((ax25_dev = ax25_dev_ax25dev(dev)) == NULL) in ax25_dev_device_down()
172 if ((ax25_dev = ax25_dev_ax25dev(dev)) == NULL) in ax25_fwd_dev()
Dax25_out.c45 if ((ax25_dev = ax25_dev_ax25dev(dev)) == NULL) in ax25_send_frame()
59 if ((ax25_dev = ax25_dev_ax25dev(dev)) == NULL) in ax25_send_frame()
Dax25_ip.c127 if ((ax25_dev = ax25_dev_ax25dev(dev)) == NULL) { in ax25_ip_xmit()
Dax25_in.c202 if ((ax25_dev = ax25_dev_ax25dev(dev)) == NULL) in ax25_rcv()
Dax25_route.c406 if ((ax25->ax25_dev = ax25_dev_ax25dev(ax25_rt->dev)) == NULL) { in ax25_rt_autobind()
Daf_ax25.c84 if ((ax25_dev = ax25_dev_ax25dev(dev)) == NULL) in ax25_kill_by_device()
662 ax25->ax25_dev = ax25_dev_ax25dev(dev); in ax25_setsockopt()
/Linux-v4.19/include/net/
Dax25.h323 static inline ax25_dev *ax25_dev_ax25dev(struct net_device *dev) in ax25_dev_ax25dev() function