aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_output.c')
-rw-r--r--net/ipv4/tcp_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c
index af354c98fdb5..d12694353540 100644
--- a/net/ipv4/tcp_output.c
+++ b/net/ipv4/tcp_output.c
@@ -787,7 +787,7 @@ void __init tcp_tasklet_init(void)
787 * We cant xmit new skbs from this context, as we might already 787 * We cant xmit new skbs from this context, as we might already
788 * hold qdisc lock. 788 * hold qdisc lock.
789 */ 789 */
790static void tcp_wfree(struct sk_buff *skb) 790void tcp_wfree(struct sk_buff *skb)
791{ 791{
792 struct sock *sk = skb->sk; 792 struct sock *sk = skb->sk;
793 struct tcp_sock *tp = tcp_sk(sk); 793 struct tcp_sock *tp = tcp_sk(sk);