Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/slip/
Dslip.h101 #define SLIP_MAGIC 0x5302 macro
Dslip.c428 if (!sl->tty || sl->magic != SLIP_MAGIC || !netif_running(sl->dev)) {
688 if (!sl || sl->magic != SLIP_MAGIC || !netif_running(sl->dev))
759 sl->magic = SLIP_MAGIC;
807 if (sl && sl->magic == SLIP_MAGIC)
879 if (!sl || sl->magic != SLIP_MAGIC || sl->tty != tty)
1073 if (!sl || sl->magic != SLIP_MAGIC)
/Linux-v4.19/Documentation/translations/zh_CN/
Dmagic-number.txt78 SLIP_MAGIC 0x5302 slip drivers/net/slip.h
/Linux-v4.19/Documentation/process/
Dmagic-number.rst84 SLIP_MAGIC 0x5302 slip ``drivers/net/slip.h``