Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
rfcomm_dlc Struct Reference

#include <rfcomm.h>

Data Fields

struct list_head list
 
struct rfcomm_sessionsession
 
struct sk_buff_head tx_queue
 
struct timer_list timer
 
spinlock_t lock
 
unsigned long state
 
unsigned long flags
 
atomic_t refcnt
 
u8 dlci
 
u8 addr
 
u8 priority
 
u8 v24_sig
 
u8 remote_v24_sig
 
u8 mscex
 
u8 out
 
u8 sec_level
 
u8 role_switch
 
u32 defer_setup
 
uint mtu
 
uint cfc
 
uint rx_credits
 
uint tx_credits
 
voidowner
 
void(* data_ready )(struct rfcomm_dlc *d, struct sk_buff *skb)
 
void(* state_change )(struct rfcomm_dlc *d, int err)
 
void(* modem_status )(struct rfcomm_dlc *d, u8 v24_sig)
 

Detailed Description

Definition at line 171 of file rfcomm.h.

Field Documentation

u8 addr

Definition at line 182 of file rfcomm.h.

uint cfc

Definition at line 193 of file rfcomm.h.

void(* data_ready)(struct rfcomm_dlc *d, struct sk_buff *skb)

Definition at line 199 of file rfcomm.h.

u32 defer_setup

Definition at line 190 of file rfcomm.h.

u8 dlci

Definition at line 181 of file rfcomm.h.

unsigned long flags

Definition at line 179 of file rfcomm.h.

Definition at line 172 of file rfcomm.h.

spinlock_t lock

Definition at line 177 of file rfcomm.h.

void(* modem_status)(struct rfcomm_dlc *d, u8 v24_sig)

Definition at line 201 of file rfcomm.h.

u8 mscex

Definition at line 186 of file rfcomm.h.

uint mtu

Definition at line 192 of file rfcomm.h.

u8 out

Definition at line 187 of file rfcomm.h.

void* owner

Definition at line 197 of file rfcomm.h.

u8 priority

Definition at line 183 of file rfcomm.h.

atomic_t refcnt

Definition at line 180 of file rfcomm.h.

u8 remote_v24_sig

Definition at line 185 of file rfcomm.h.

u8 role_switch

Definition at line 189 of file rfcomm.h.

uint rx_credits

Definition at line 194 of file rfcomm.h.

u8 sec_level

Definition at line 188 of file rfcomm.h.

Definition at line 173 of file rfcomm.h.

unsigned long state

Definition at line 178 of file rfcomm.h.

void(* state_change)(struct rfcomm_dlc *d, int err)

Definition at line 200 of file rfcomm.h.

Definition at line 175 of file rfcomm.h.

uint tx_credits

Definition at line 195 of file rfcomm.h.

Definition at line 174 of file rfcomm.h.

u8 v24_sig

Definition at line 184 of file rfcomm.h.


The documentation for this struct was generated from the following file: