Home
last modified time | relevance | path

Searched defs:ipt_replace (Results 1 – 2 of 2) sorted by relevance

/third_party/iptables/include/linux/netfilter_ipv4/
Dip_tables.h175 struct ipt_replace { struct
177 char name[XT_TABLE_MAXNAMELEN];
181 unsigned int valid_hooks;
184 unsigned int num_entries;
187 unsigned int size;
190 unsigned int hook_entry[NF_INET_NUMHOOKS];
193 unsigned int underflow[NF_INET_NUMHOOKS];
197 unsigned int num_counters;
199 struct xt_counters *counters;
202 struct ipt_entry entries[0];
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt08.c110 struct ipt_replace *ipt_replace = buffer; in run() local