|
@@ -90,6 +90,8 @@ static inline void strp_pause(struct strparser *strp)
|
|
|
|
|
|
/* May be called without holding lock for attached socket */
|
|
/* May be called without holding lock for attached socket */
|
|
void strp_unpause(struct strparser *strp);
|
|
void strp_unpause(struct strparser *strp);
|
|
|
|
+/* Must be called with process lock held (lock_sock) */
|
|
|
|
+void __strp_unpause(struct strparser *strp);
|
|
|
|
|
|
static inline void save_strp_stats(struct strparser *strp,
|
|
static inline void save_strp_stats(struct strparser *strp,
|
|
struct strp_aggr_stats *agg_stats)
|
|
struct strp_aggr_stats *agg_stats)
|