Lines Matching defs:new
127 * It used to be 3min, new value is 60sec,
359 /* How many ACKs S/ACKing new data have we sent? */
768 /* Choose a new window, without checks for shrinking, and without
1015 * Interface for adding new TCP congestion control handlers
1070 /* do new cwnd calculation (required) */
1094 /* new value of cwnd after loss (required) */
1959 /* Insert new before skb on the write queue of sk. */
1960 static inline void tcp_insert_write_queue_before(struct sk_buff *new,
1964 __skb_queue_before(&sk->sk_write_queue, skb, new);
2027 /* Called when old skb is about to be deleted and replaced by new skb */
2030 struct sk_buff *new)
2033 tcp_sk(sk)->highest_sack = new;