Searched refs:dsack_dups (Results 1 – 3 of 3) sorted by relevance
191 u32 dsack_dups; /* RFC4898 tcpEStatsStackDSACKDups member
2598 tp->dsack_dups = 0; in tcp_disconnect()3209 info->tcpi_dsack_dups = tp->dsack_dups; in tcp_get_info()3290 nla_put_u32(stats, TCP_NLA_DSACK_DUPS, tp->dsack_dups); in tcp_get_timestamping_opt_stats()
884 tp->dsack_dups++; in tcp_dsack_seen()