[NET] rename struct tcp_listen_opt to struct listen_sock
[deliverable/linux.git] / net / ipv4 / tcp.c
index b85a46dd40a0fe04ef50ea604e0695cb11bc3f2e..3a4c52e77e018f28dbe0087575358d89a6e41ea4 100644 (file)
@@ -499,7 +499,7 @@ int tcp_listen_start(struct sock *sk)
 static void tcp_listen_stop (struct sock *sk)
 {
        struct tcp_sock *tp = tcp_sk(sk);
-       struct tcp_listen_opt *lopt;
+       struct listen_sock *lopt;
        struct request_sock *acc_req;
        struct request_sock *req;
        int i;
This page took 0.028854 seconds and 5 git commands to generate.