Lines Matching defs:strparser
107140 struct strparser { struct
107141 struct sock *sk;
107142 u32 stopped: 1;
107143 u32 paused: 1;
107144 u32 aborted: 1;
107145 u32 interrupted: 1;
107146 u32 unrecov_intr: 1;
107147 struct sk_buff **skb_nextp;
107148 struct sk_buff *skb_head;
107149 unsigned int need_bytes;
107150 struct delayed_work msg_timer_work;
107151 struct work_struct work;
107152 struct strp_stats stats;
107153 struct strp_callbacks cb;