]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/ip_options.c
[IPV4]: ip_route_input() annotations
[net-next-2.6.git] / net / ipv4 / ip_options.c
index e7437c0913266cf5431e83bce781ebd22e2bb044..87f25486fd64907f056ba7cf997728ed8404a9e0 100644 (file)
@@ -607,7 +607,7 @@ int ip_options_rcv_srr(struct sk_buff *skb)
 {
        struct ip_options *opt = &(IPCB(skb)->opt);
        int srrspace, srrptr;
-       u32 nexthop;
+       __be32 nexthop;
        struct iphdr *iph = skb->nh.iph;
        unsigned char * optptr = skb->nh.raw + opt->srr;
        struct rtable *rt = (struct rtable*)skb->dst;