Home
last modified time | relevance | path

Searched defs:ipt_get_entries (Results 1 – 4 of 4) sorted by relevance

/external/iptables/include/linux/netfilter_ipv4/
Dip_tables.h206 struct ipt_get_entries { struct
208 char name[XT_TABLE_MAXNAMELEN];
211 unsigned int size;
214 struct ipt_entry entrytable[0];
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
Dip_tables.h210 struct ipt_get_entries { struct
212 char name[XT_TABLE_MAXNAMELEN];
215 unsigned int size;
218 struct ipt_entry entrytable[0];
/external/iproute2/include/uapi/linux/netfilter_ipv4/
Dip_tables.h208 struct ipt_get_entries { struct
210 char name[XT_TABLE_MAXNAMELEN];
213 unsigned int size;
216 struct ipt_entry entrytable[0];
/external/syzkaller/executor/
Dcommon_linux.h945 struct ipt_get_entries { struct
946 char name[32];
947 unsigned int size;
948 void* entrytable[XT_TABLE_SIZE / sizeof(void*)];