Searched refs:ax25_dev_ax25dev (Results 1 – 4 of 4) sorted by relevance
101 if ((ax25_dev = ax25_dev_ax25dev(dev)) == NULL) in ax25_dev_device_down()177 if ((ax25_dev = ax25_dev_ax25dev(dev)) == NULL) in ax25_fwd_dev()
199 if ((ax25_dev = ax25_dev_ax25dev(dev)) == NULL) in ax25_rcv()
82 if ((ax25_dev = ax25_dev_ax25dev(dev)) == NULL) in ax25_kill_by_device()697 ax25->ax25_dev = ax25_dev_ax25dev(dev); in ax25_setsockopt()
332 static inline ax25_dev *ax25_dev_ax25dev(const struct net_device *dev) in ax25_dev_ax25dev() function