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

« back to all changes in this revision

Viewing changes to include/linux/netfilter_ipv6/ip6t_mh.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_MH_H
2
2
#define _IP6T_MH_H
3
3
 
 
4
#include <linux/types.h>
 
5
 
4
6
/* MH matching stuff */
5
7
struct ip6t_mh {
6
 
        u_int8_t types[2];      /* MH type range */
7
 
        u_int8_t invflags;      /* Inverse flags */
 
8
        __u8 types[2];  /* MH type range */
 
9
        __u8 invflags;  /* Inverse flags */
8
10
};
9
11
 
10
12
/* Values for "invflags" field in struct ip6t_mh. */