HomeSort by relevance Sort by last modified time
    Searched defs:ipt_entry (Results 1 - 5 of 5) sorted by null

  /bionic/libc/kernel/uapi/linux/netfilter_ipv4/
ip_tables.h 53 #define IPT_MATCH_ITERATE(e,fn,args...) XT_MATCH_ITERATE(struct ipt_entry, e, fn, ##args)
54 #define IPT_ENTRY_ITERATE(entries,size,fn,args...) XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ##args)
75 struct ipt_entry { struct
116 struct ipt_entry entries[0];
121 struct ipt_entry entrytable[0];
123 static __inline__ struct xt_entry_target * ipt_get_target(struct ipt_entry * e) {
  /external/iproute2/include/uapi/linux/netfilter_ipv4/
ip_tables.h 62 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args)
66 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)
  /external/iptables/include/linux/netfilter_ipv4/
ip_tables.h 60 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/
ip_tables.h 63 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args)
67 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
106 struct ipt_entry { struct
112 /* Size of ipt_entry + matches */
114 /* Size of ipt_entry + matches + target */
206 struct ipt_entry entries[0];
218 struct ipt_entry entrytable[0];
223 ipt_get_target(struct ipt_entry *e)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ip_tables.h 60 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)

Completed in 116 milliseconds