[TCP]: Make tcp_match_skb_to_sack() static.

tcp_match_skb_to_sack() can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Adrian Bunk 2007-10-26 03:57:36 -07:00 коммит произвёл David S. Miller
Родитель d76081f875
Коммит 0f79efdc23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1204,8 +1204,8 @@ static int tcp_check_dsack(struct tcp_sock *tp, struct sk_buff *ack_skb,
* which may fail and creates some hassle (caller must handle error case * which may fail and creates some hassle (caller must handle error case
* returns). * returns).
*/ */
int tcp_match_skb_to_sack(struct sock *sk, struct sk_buff *skb, static int tcp_match_skb_to_sack(struct sock *sk, struct sk_buff *skb,
u32 start_seq, u32 end_seq) u32 start_seq, u32 end_seq)
{ {
int in_sack, err; int in_sack, err;
unsigned int pkt_len; unsigned int pkt_len;