~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to include/linux/netfilter_ipv6/ip6t_frag.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _IP6T_FRAG_H
2
2
#define _IP6T_FRAG_H
3
3
 
 
4
#include <linux/types.h>
 
5
 
4
6
struct ip6t_frag {
5
 
        u_int32_t ids[2];                       /* Security Parameter Index */
6
 
        u_int32_t hdrlen;                       /* Header Length */
7
 
        u_int8_t  flags;                        /*  */
8
 
        u_int8_t  invflags;                     /* Inverse flags */
 
7
        __u32 ids[2];                   /* Security Parameter Index */
 
8
        __u32 hdrlen;                   /* Header Length */
 
9
        __u8  flags;                    /*  */
 
10
        __u8  invflags;                 /* Inverse flags */
9
11
};
10
12
 
11
13
#define IP6T_FRAG_IDS           0x01