~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to net/ipv6/icmp.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
        struct ipv6hdr *hdr = ipv6_hdr(skb);
373
373
        struct sock *sk;
374
374
        struct ipv6_pinfo *np;
375
 
        struct in6_addr *saddr = NULL;
 
375
        const struct in6_addr *saddr = NULL;
376
376
        struct dst_entry *dst;
377
377
        struct icmp6hdr tmp_hdr;
378
378
        struct flowi6 fl6;
521
521
        struct sock *sk;
522
522
        struct inet6_dev *idev;
523
523
        struct ipv6_pinfo *np;
524
 
        struct in6_addr *saddr = NULL;
 
524
        const struct in6_addr *saddr = NULL;
525
525
        struct icmp6hdr *icmph = icmp6_hdr(skb);
526
526
        struct icmp6hdr tmp_hdr;
527
527
        struct flowi6 fl6;
645
645
{
646
646
        struct net_device *dev = skb->dev;
647
647
        struct inet6_dev *idev = __in6_dev_get(dev);
648
 
        struct in6_addr *saddr, *daddr;
649
 
        struct ipv6hdr *orig_hdr;
 
648
        const struct in6_addr *saddr, *daddr;
 
649
        const struct ipv6hdr *orig_hdr;
650
650
        struct icmp6hdr *hdr;
651
651
        u8 type;
652
652