Searched defs:irda_skb_cb (Results 1 – 1 of 1) sorted by relevance
141 struct irda_skb_cb { struct142 unsigned int default_qdisc_pad;143 magic_t magic; /* Be sure that we can trust the information */144 __u32 next_speed; /* The Speed to be set *after* this frame */145 __u16 mtt; /* Minimum turn around time */146 __u16 xbofs; /* Number of xbofs required, used by SIR mode */147 __u16 next_xbofs; /* Number of xbofs required *after* this frame */148 void *context; /* May be used by drivers */149 void (*destructor)(struct sk_buff *skb); /* Used for flow control */150 __u16 xbofs_delay; /* Number of xbofs used for generating the mtt */[all …]