Searched defs:ipt_entry (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h60 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args)
64 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
102 struct ipt_entry { struct
108 /* Size of ipt_entry + matches */
110 /* Size of ipt_entry + matches + target */
202 struct ipt_entry entries[0];
214 struct ipt_entry entrytable[0];
219 ipt_get_target(struct ipt_entry *e)
/external/iptables/include/linux/netfilter_ipv4/
H A Dip_tables.h60 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args)
64 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
102 struct ipt_entry { struct
108 /* Size of ipt_entry + matches */
110 /* Size of ipt_entry + matches + target */
202 struct ipt_entry entries[0];
214 struct ipt_entry entrytable[0];
219 ipt_get_target(struct ipt_entry *e)
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
H A Dip_tables.h61 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args)
65 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
104 struct ipt_entry { struct
110 /* Size of ipt_entry + matches */
112 /* Size of ipt_entry + matches + target */
204 struct ipt_entry entries[0];
216 struct ipt_entry entrytable[0];
221 ipt_get_target(struct ipt_entry *e)

Completed in 2047 milliseconds