netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensions
[deliverable/linux.git] / include / net / tc_act / tc_ipt.h
CommitLineData
1da177e4
LT
1#ifndef __NET_TC_IPT_H
2#define __NET_TC_IPT_H
3
4#include <net/act_api.h>
5
1e30a014 6struct xt_entry_target;
1da177e4 7
e9ce1cd3 8struct tcf_ipt {
ec0595cc 9 struct tc_action common;
e9ce1cd3
DM
10 u32 tcfi_hook;
11 char *tcfi_tname;
12 struct xt_entry_target *tcfi_t;
1da177e4 13};
a85a970a 14#define to_ipt(a) ((struct tcf_ipt *)a)
1da177e4 15
e9ce1cd3 16#endif /* __NET_TC_IPT_H */
This page took 0.94553 seconds and 5 git commands to generate.