]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/ipvs/ip_vs_proto.c
[IPVS]: ipvs annotations
[net-next-2.6.git] / net / ipv4 / ipvs / ip_vs_proto.c
index 867d4e9c6594c3a62eb70475d6b2c26cfe74c2ca..c4528b5c800d04a257f2d806ed6414378b98ea31 100644 (file)
@@ -176,7 +176,7 @@ ip_vs_tcpudp_debug_packet(struct ip_vs_protocol *pp,
                        pp->name, NIPQUAD(ih->saddr),
                        NIPQUAD(ih->daddr));
        else {
-               __u16 _ports[2], *pptr
+               __be16 _ports[2], *pptr
 ;
                pptr = skb_header_pointer(skb, offset + ih->ihl*4,
                                          sizeof(_ports), _ports);