Lines Matching defs:strparser
112088 struct strparser { struct
112089 struct sock *sk;
112090 u32 stopped: 1;
112091 u32 paused: 1;
112092 u32 aborted: 1;
112093 u32 interrupted: 1;
112094 u32 unrecov_intr: 1;
112095 struct sk_buff **skb_nextp;
112096 struct sk_buff *skb_head;
112097 unsigned int need_bytes;
112098 struct delayed_work msg_timer_work;
112099 struct work_struct work;
112100 struct strp_stats stats;
112101 struct strp_callbacks cb;