Lines Matching refs:strp
44 int (*parse_msg)(struct strparser *strp, struct sk_buff *skb);
45 void (*rcv_msg)(struct strparser *strp, struct sk_buff *skb);
46 int (*read_sock_done)(struct strparser *strp, int err);
47 void (*abort_parser)(struct strparser *strp, int err);
48 void (*lock)(struct strparser *strp);
49 void (*unlock)(struct strparser *strp);
61 struct strp_msg strp; member
68 struct _strp_msg strp; member
74 offsetof(struct sk_skb_cb, strp)); in strp_msg()
97 static inline void strp_pause(struct strparser *strp) in strp_pause() argument
99 strp->paused = 1; in strp_pause()
103 void strp_unpause(struct strparser *strp);
105 void __strp_unpause(struct strparser *strp);
107 static inline void save_strp_stats(struct strparser *strp, in save_strp_stats() argument
113 strp->stats._stat) in save_strp_stats()
123 if (strp->aborted) in save_strp_stats()
125 if (strp->interrupted) in save_strp_stats()
127 if (strp->unrecov_intr) in save_strp_stats()
149 void strp_done(struct strparser *strp);
150 void strp_stop(struct strparser *strp);
151 void strp_check_rcv(struct strparser *strp);
152 int strp_init(struct strparser *strp, struct sock *sk,
154 void strp_data_ready(struct strparser *strp);
155 int strp_process(struct strparser *strp, struct sk_buff *orig_skb,