X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Fnet%2Fstrparser.h;h=91fa0b958426dcea5f9394bd67e574ab2c4aabd5;hb=cff6a334e63420e95ec40dc7fcdc0b8258615760;hp=fdb3d6746cc419c9a878405db731555969e947d8;hpb=3c90a941eda4836b0492b7f44e596a2700c1d0d6;p=cascardo%2Flinux.git diff --git a/include/net/strparser.h b/include/net/strparser.h index fdb3d6746cc4..91fa0b958426 100644 --- a/include/net/strparser.h +++ b/include/net/strparser.h @@ -88,10 +88,7 @@ static inline void strp_pause(struct strparser *strp) } /* May be called without holding lock for attached socket */ -static inline void strp_unpause(struct strparser *strp) -{ - strp->rx_paused = 0; -} +void strp_unpause(struct strparser *strp); static inline void save_strp_stats(struct strparser *strp, struct strp_aggr_stats *agg_stats)