Loading include/linux/tcp.h +2 −1 Original line number Diff line number Diff line Loading @@ -343,7 +343,8 @@ struct tcp_sock { struct sk_buff *forward_skb_hint; struct sk_buff *fastpath_skb_hint; int fastpath_cnt_hint; int fastpath_cnt_hint; /* Lags behind by current skb's pcount * compared to respective fackets_out */ int lost_cnt_hint; int retransmit_cnt_hint; Loading Loading
include/linux/tcp.h +2 −1 Original line number Diff line number Diff line Loading @@ -343,7 +343,8 @@ struct tcp_sock { struct sk_buff *forward_skb_hint; struct sk_buff *fastpath_skb_hint; int fastpath_cnt_hint; int fastpath_cnt_hint; /* Lags behind by current skb's pcount * compared to respective fackets_out */ int lost_cnt_hint; int retransmit_cnt_hint; Loading