Home
last modified time | relevance | path

Searched refs:SLIP_MAGIC (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/slip/
H A Dslip.h101 #define SLIP_MAGIC 0x5302 macro
H A Dslip.c428 if (!sl->tty || sl->magic != SLIP_MAGIC || !netif_running(sl->dev)) {
692 if (!sl || sl->magic != SLIP_MAGIC || !netif_running(sl->dev))
763 sl->magic = SLIP_MAGIC;
811 if (sl && sl->magic == SLIP_MAGIC)
888 if (!sl || sl->magic != SLIP_MAGIC || sl->tty != tty)
1083 if (!sl || sl->magic != SLIP_MAGIC)
/kernel/linux/linux-6.6/drivers/net/slip/
H A Dslip.h103 #define SLIP_MAGIC 0x5302 macro
H A Dslip.c429 if (!sl->tty || sl->magic != SLIP_MAGIC || !netif_running(sl->dev)) {
693 if (!sl || sl->magic != SLIP_MAGIC || !netif_running(sl->dev))
764 sl->magic = SLIP_MAGIC;
812 if (sl && sl->magic == SLIP_MAGIC)
889 if (!sl || sl->magic != SLIP_MAGIC || sl->tty != tty)
1083 if (!sl || sl->magic != SLIP_MAGIC)

Completed in 5 milliseconds