Go to the source code of this file.
#define SCO_CONN_IDLE_TIMEOUT (HZ * 60) |
Definition at line 34 of file sco.h.
#define sco_conn_lock |
( |
|
c | ) |
spin_lock(&c->lock); |
Definition at line 67 of file sco.h.
#define SCO_CONN_TIMEOUT (HZ * 40) |
Definition at line 32 of file sco.h.
#define sco_conn_unlock |
( |
|
c | ) |
spin_unlock(&c->lock); |
Definition at line 68 of file sco.h.
#define SCO_CONNINFO 0x02 |
Definition at line 48 of file sco.h.
#define SCO_DEFAULT_FLUSH_TO 0xFFFF |
Definition at line 30 of file sco.h.
#define SCO_DEFAULT_MTU 500 |
Definition at line 29 of file sco.h.
#define SCO_DISCONN_TIMEOUT (HZ * 2) |
Definition at line 33 of file sco.h.
Definition at line 43 of file sco.h.
Definition at line 71 of file sco.h.