Searched defs:irda_skb_cb (Results 1 – 1 of 1) sorted by relevance
186 struct irda_skb_cb { struct187 magic_t magic; /* Be sure that we can trust the information */188 __u32 next_speed; /* The Speed to be set *after* this frame */189 __u16 mtt; /* Minimum turn around time */190 __u16 xbofs; /* Number of xbofs required, used by SIR mode */191 __u16 next_xbofs; /* Number of xbofs required *after* this frame */192 void *context; /* May be used by drivers */193 void (*destructor)(struct sk_buff *skb); /* Used for flow control */194 __u16 xbofs_delay; /* Number of xbofs used for generating the mtt */195 __u8 line; /* Used by IrCOMM in IrLPT mode */