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