Go to the documentation of this file.
29 #define SCO_DEFAULT_MTU 500
30 #define SCO_DEFAULT_FLUSH_TO 0xFFFF
32 #define SCO_CONN_TIMEOUT (HZ * 40)
33 #define SCO_DISCONN_TIMEOUT (HZ * 2)
34 #define SCO_CONN_IDLE_TIMEOUT (HZ * 60)
43 #define SCO_OPTIONS 0x01
48 #define SCO_CONNINFO 0x02
67 #define sco_conn_lock(c) spin_lock(&c->lock);
68 #define sco_conn_unlock(c) spin_unlock(&c->lock);
71 #define sco_pi(sk) ((struct sco_pinfo *) sk)