]> Pileus Git - ~andy/linux/blobdiff - include/net/tcp.h
inet: includes a sock_common in request_sock
[~andy/linux] / include / net / tcp.h
index 39bbfa1602b2007b1f2abb3b1faa3136a6c65c9f..24a06161d1741e5288a0af672ed65265088a1939 100644 (file)
@@ -1109,8 +1109,8 @@ static inline void tcp_openreq_init(struct request_sock *req,
        ireq->wscale_ok = rx_opt->wscale_ok;
        ireq->acked = 0;
        ireq->ecn_ok = 0;
-       ireq->rmt_port = tcp_hdr(skb)->source;
-       ireq->loc_port = tcp_hdr(skb)->dest;
+       ireq->ir_rmt_port = tcp_hdr(skb)->source;
+       ireq->ir_loc_port = tcp_hdr(skb)->dest;
 }
 
 void tcp_enter_memory_pressure(struct sock *sk);