Searched refs:X25_ASY_MAGIC (Results 1 – 2 of 2) sorted by relevance
263 if (!sl || sl->magic != X25_ASY_MAGIC || !netif_running(sl->dev)) in x25_asy_write_wakeup()533 if (!sl || sl->magic != X25_ASY_MAGIC || !netif_running(sl->dev)) in x25_asy_receive_buf()600 if (!sl || sl->magic != X25_ASY_MAGIC) in x25_asy_close_tty()697 if (!sl || sl->magic != X25_ASY_MAGIC) in x25_asy_ioctl()749 sl->magic = X25_ASY_MAGIC; in x25_asy_setup()
42 #define X25_ASY_MAGIC 0x5303 macro