tcp_highest_sack_seq  891 net/ipv4/tcp_input.c 	fack = tcp_highest_sack_seq(tp);
tcp_highest_sack_seq 1239 net/ipv4/tcp_input.c 					   tcp_highest_sack_seq(tp)) &&
tcp_highest_sack_seq 1597 net/ipv4/tcp_input.c 				    tcp_highest_sack_seq(tp)))
tcp_highest_sack_seq 1805 net/ipv4/tcp_input.c 			if (tcp_highest_sack_seq(tp) == cache->end_seq) {
tcp_highest_sack_seq 1820 net/ipv4/tcp_input.c 		if (!before(start_seq, tcp_highest_sack_seq(tp))) {
tcp_highest_sack_seq 2775 net/ipv4/tcp_input.c 	return after(tcp_highest_sack_seq(tp),
tcp_highest_sack_seq 3638 net/ipv4/tcp_input.c 	prior_fack = tcp_is_sack(tp) ? tcp_highest_sack_seq(tp) : tp->snd_una;