Home
last modified time | relevance | path

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

/linux/net/ax25/
H A Dax25_dev.c101 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()
H A Dax25_in.c199 if ((ax25_dev = ax25_dev_ax25dev(dev)) == NULL) in ax25_rcv()
H A Daf_ax25.c82 if ((ax25_dev = ax25_dev_ax25dev(dev)) == NULL) in ax25_kill_by_device()
697 ax25->ax25_dev = ax25_dev_ax25dev(dev); in ax25_setsockopt()
/linux/include/net/
H A Dax25.h332 static inline ax25_dev *ax25_dev_ax25dev(const struct net_device *dev) in ax25_dev_ax25dev() function