~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to net/l2tp/l2tp_ip.c

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
393
393
{
394
394
        int rc;
395
395
 
396
 
        if (!xfrm4_policy_check(sk, XFRM_POLICY_IN, skb))
397
 
                goto drop;
398
 
 
399
 
        nf_reset(skb);
400
 
 
401
396
        /* Charge it to the socket, dropping if the queue is full. */
402
397
        rc = sock_queue_rcv_skb(sk, skb);
403
398
        if (rc < 0)