Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
sco.h File Reference

Go to the source code of this file.

Data Structures

struct  sockaddr_sco
 
struct  sco_options
 
struct  sco_conninfo
 
struct  sco_conn
 
struct  sco_pinfo
 

Macros

#define SCO_DEFAULT_MTU   500
 
#define SCO_DEFAULT_FLUSH_TO   0xFFFF
 
#define SCO_CONN_TIMEOUT   (HZ * 40)
 
#define SCO_DISCONN_TIMEOUT   (HZ * 2)
 
#define SCO_CONN_IDLE_TIMEOUT   (HZ * 60)
 
#define SCO_OPTIONS   0x01
 
#define SCO_CONNINFO   0x02
 
#define sco_conn_lock(c)   spin_lock(&c->lock);
 
#define sco_conn_unlock(c)   spin_unlock(&c->lock);
 
#define sco_pi(sk)   ((struct sco_pinfo *) sk)
 

Macro Definition Documentation

#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.

#define SCO_OPTIONS   0x01

Definition at line 43 of file sco.h.

#define sco_pi (   sk)    ((struct sco_pinfo *) sk)

Definition at line 71 of file sco.h.