aboutsummaryrefslogtreecommitdiffstats
path: root/tools/remus/kmod/ebt_imq.h
blob: 1c2d9ef03ce3c8c5d94eda01939d7b3ea2a0cd4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __LINUX_BRIDGE_EBT_IMQ_H
#define __LINUX_BRIDGE_EBT_IMQ_H

#ifdef OLDKERNEL
#  define IMQ_F_ENQUEUE 0x80
#endif

struct ebt_imq_info
{
  unsigned int todev;
};
#define EBT_IMQ_TARGET "imq"

#endif