Sign in
gfiber
/
toolchains
/
windcharger
/
5d394606a599bdd5eddf088ce0eee893e713965e
/
.
/
mips-qca-linux-uclibc
/
sysroot
/
usr
/
include
/
linux
/
netfilter_bridge
/
ebt_pkttype.h
blob: c241badcd036a3b403e7e15abc7c010d3a546cbd [
file
] [
log
] [
blame
]
#ifndef
__LINUX_BRIDGE_EBT_PKTTYPE_H
#define
__LINUX_BRIDGE_EBT_PKTTYPE_H
#include
<linux/types.h>
struct
ebt_pkttype_info
{
__u8 pkt_type
;
__u8 invert
;
};
#define
EBT_PKTTYPE_MATCH
"pkttype"
#endif