Home
last modified time | relevance | path

Searched refs:SLF_INUSE (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/slip/
Dslip.h80 #define SLF_INUSE 0 /* Channel in use */ macro
Dslip.c558 sl->flags &= (1 << SLF_INUSE);
825 if (!test_bit(SLF_INUSE, &sl->flags)) {
831 set_bit(SLF_INUSE, &sl->flags);
862 clear_bit(SLF_INUSE, &sl->flags);