Sign in
gfiber
/
toolchains
/
windcharger
/
8dac4adf4c86b092f9ec9fcfbf656e6a2ad876b7
/
.
/
mips-qca-linux-uclibc
/
sysroot
/
usr
/
include
/
linux
/
netfilter_bridge
/
ebt_pkttype.h
blob: 0d64bbb29c66ff9376e2e5ebbe9251d9668e90ee [
file
] [
log
] [
blame
]
#ifndef
__LINUX_BRIDGE_EBT_PKTTYPE_H
#define
__LINUX_BRIDGE_EBT_PKTTYPE_H
struct
ebt_pkttype_info
{
uint8_t
pkt_type
;
uint8_t
invert
;
};
#define
EBT_PKTTYPE_MATCH
"pkttype"
#endif