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

« back to all changes in this revision

Viewing changes to include/net/rawv6.h

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
void raw6_icmp_error(struct sk_buff *, int nexthdr,
7
7
                u8 type, u8 code, int inner_offset, __be32);
8
 
int raw6_local_deliver(struct sk_buff *, int);
 
8
bool raw6_local_deliver(struct sk_buff *, int);
9
9
 
10
10
extern int                      rawv6_rcv(struct sock *sk,
11
11
                                          struct sk_buff *skb);