HomeSort by relevance Sort by last modified time
    Searched refs:xt_entry_match (Results 1 - 25 of 292) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iptables/extensions/
libxt_comment.c 32 comment_print(const void *ip, const struct xt_entry_match *match, int numeric)
42 comment_save(const void *ip, const struct xt_entry_match *match)
libxt_connmark.c 81 connmark_print(const void *ip, const struct xt_entry_match *match, int numeric)
92 connmark_mt_print(const void *ip, const struct xt_entry_match *match, int numeric)
102 static void connmark_save(const void *ip, const struct xt_entry_match *match)
114 connmark_mt_save(const void *ip, const struct xt_entry_match *match)
libxt_mark.c 59 mark_mt_print(const void *ip, const struct xt_entry_match *match, int numeric)
70 mark_print(const void *ip, const struct xt_entry_match *match, int numeric)
82 static void mark_mt_save(const void *ip, const struct xt_entry_match *match)
94 mark_save(const void *ip, const struct xt_entry_match *match)
libxt_recent.c 115 static void recent_init(struct xt_entry_match *match, unsigned int rev)
179 static void recent_print(const void *ip, const struct xt_entry_match *match,
220 static void recent_save(const void *ip, const struct xt_entry_match *match,
261 static void recent_init_v0(struct xt_entry_match *match)
266 static void recent_init_v1(struct xt_entry_match *match)
271 static void recent_save_v0(const void *ip, const struct xt_entry_match *match)
276 static void recent_save_v4(const void *ip, const struct xt_entry_match *match)
281 static void recent_save_v6(const void *ip, const struct xt_entry_match *match)
286 static void recent_print_v0(const void *ip, const struct xt_entry_match *match,
292 static void recent_print_v4(const void *ip, const struct xt_entry_match *match
    [all...]
libxt_cpu.c 33 cpu_print(const void *ip, const struct xt_entry_match *match, int numeric)
40 static void cpu_save(const void *ip, const struct xt_entry_match *match)
libxt_helper.c 33 helper_print(const void *ip, const struct xt_entry_match *match, int numeric)
40 static void helper_save(const void *ip, const struct xt_entry_match *match)
libxt_length.c 37 length_print(const void *ip, const struct xt_entry_match *match, int numeric)
48 static void length_save(const void *ip, const struct xt_entry_match *match)
libxt_mac.c 50 mac_print(const void *ip, const struct xt_entry_match *match, int numeric)
61 static void mac_save(const void *ip, const struct xt_entry_match *match)
libxt_nfacct.c 56 static void nfacct_print(const void *ip, const struct xt_entry_match *match,
65 static void nfacct_save(const void *ip, const struct xt_entry_match *match)
libxt_quota.c 28 quota_print(const void *ip, const struct xt_entry_match *match, int numeric)
35 quota_save(const void *ip, const struct xt_entry_match *match)
libxt_socket.c 39 socket_mt_save(const void *ip, const struct xt_entry_match *match)
48 socket_mt_print(const void *ip, const struct xt_entry_match *match,
libxt_tcpmss.c 37 tcpmss_print(const void *ip, const struct xt_entry_match *match, int numeric)
48 static void tcpmss_save(const void *ip, const struct xt_entry_match *match)
libipt_realm.c 34 static void realm_init(struct xt_entry_match *m)
87 static void realm_print(const void *ip, const struct xt_entry_match *match,
99 static void realm_save(const void *ip, const struct xt_entry_match *match)
  /bionic/libc/kernel/uapi/linux/netfilter/
x_tables.h 27 struct xt_entry_match { struct
112 ({ unsigned int __i; int __ret = 0; struct xt_entry_match * __m; for(__i = sizeof(type); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *) e + __i; __ret = fn(__m, ##args); if(__ret != 0) break; } __ret; \
120 #define xt_ematch_foreach(pos,entry) for((pos) = (struct xt_entry_match *) entry->elems; (pos) < (struct xt_entry_match *) ((char *) (entry) + (entry)->target_offset); (pos) = (struct xt_entry_match *) ((char *) (pos) + (pos)->u.match_size))
  /development/ndk/platforms/android-21/include/linux/netfilter/
x_tables.h 27 struct xt_entry_match { struct
109 #define XT_MATCH_ITERATE(type, e, fn, args...) ({ unsigned int __i; int __ret = 0; struct xt_entry_match *__m; for (__i = sizeof(type); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)e + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
114 #define xt_ematch_foreach(pos, entry) for ((pos) = (struct xt_entry_match *)entry->elems; (pos) < (struct xt_entry_match *)((char *)(entry) + (entry)->target_offset); (pos) = (struct xt_entry_match *)((char *)(pos) + (pos)->u.match_size))
  /external/iproute2/include/linux/netfilter/
x_tables.h 10 struct xt_entry_match { struct
131 struct xt_entry_match *__m; \
176 /* can only be xt_entry_match, so no use of typeof here */
178 for ((pos) = (struct xt_entry_match *)entry->elems; \
179 (pos) < (struct xt_entry_match *)((char *)(entry) + \
181 (pos) = (struct xt_entry_match *)((char *)(pos) + \
  /external/iptables/include/linux/netfilter/
x_tables.h 10 struct xt_entry_match { struct
131 struct xt_entry_match *__m; \
176 /* can only be xt_entry_match, so no use of typeof here */
178 for ((pos) = (struct xt_entry_match *)entry->elems; \
179 (pos) < (struct xt_entry_match *)((char *)(entry) + \
181 (pos) = (struct xt_entry_match *)((char *)(pos) + \
  /external/kernel-headers/original/uapi/linux/netfilter/
x_tables.h 10 struct xt_entry_match { struct
132 struct xt_entry_match *__m; \
178 /* can only be xt_entry_match, so no use of typeof here */
180 for ((pos) = (struct xt_entry_match *)entry->elems; \
181 (pos) < (struct xt_entry_match *)((char *)(entry) + \
183 (pos) = (struct xt_entry_match *)((char *)(pos) + \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
x_tables.h 10 struct xt_entry_match { struct
131 struct xt_entry_match *__m; \
176 /* can only be xt_entry_match, so no use of typeof here */
178 for ((pos) = (struct xt_entry_match *)entry->elems; \
179 (pos) < (struct xt_entry_match *)((char *)(entry) + \
181 (pos) = (struct xt_entry_match *)((char *)(pos) + \
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/netfilter/
x_tables.h 27 struct xt_entry_match { struct
109 #define XT_MATCH_ITERATE(type, e, fn, args...) ({ unsigned int __i; int __ret = 0; struct xt_entry_match *__m; for (__i = sizeof(type); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)e + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
114 #define xt_ematch_foreach(pos, entry) for ((pos) = (struct xt_entry_match *)entry->elems; (pos) < (struct xt_entry_match *)((char *)(entry) + (entry)->target_offset); (pos) = (struct xt_entry_match *)((char *)(pos) + (pos)->u.match_size))
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/netfilter/
x_tables.h 27 struct xt_entry_match { struct
109 #define XT_MATCH_ITERATE(type, e, fn, args...) ({ unsigned int __i; int __ret = 0; struct xt_entry_match *__m; for (__i = sizeof(type); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)e + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
114 #define xt_ematch_foreach(pos, entry) for ((pos) = (struct xt_entry_match *)entry->elems; (pos) < (struct xt_entry_match *)((char *)(entry) + (entry)->target_offset); (pos) = (struct xt_entry_match *)((char *)(pos) + (pos)->u.match_size))
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/netfilter/
x_tables.h 27 struct xt_entry_match { struct
109 #define XT_MATCH_ITERATE(type, e, fn, args...) ({ unsigned int __i; int __ret = 0; struct xt_entry_match *__m; for (__i = sizeof(type); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)e + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
114 #define xt_ematch_foreach(pos, entry) for ((pos) = (struct xt_entry_match *)entry->elems; (pos) < (struct xt_entry_match *)((char *)(entry) + (entry)->target_offset); (pos) = (struct xt_entry_match *)((char *)(pos) + (pos)->u.match_size))
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/netfilter/
x_tables.h 27 struct xt_entry_match { struct
109 #define XT_MATCH_ITERATE(type, e, fn, args...) ({ unsigned int __i; int __ret = 0; struct xt_entry_match *__m; for (__i = sizeof(type); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)e + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
114 #define xt_ematch_foreach(pos, entry) for ((pos) = (struct xt_entry_match *)entry->elems; (pos) < (struct xt_entry_match *)((char *)(entry) + (entry)->target_offset); (pos) = (struct xt_entry_match *)((char *)(pos) + (pos)->u.match_size))
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter/
x_tables.h 27 struct xt_entry_match { struct
109 #define XT_MATCH_ITERATE(type, e, fn, args...) ({ unsigned int __i; int __ret = 0; struct xt_entry_match *__m; for (__i = sizeof(type); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)e + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
114 #define xt_ematch_foreach(pos, entry) for ((pos) = (struct xt_entry_match *)entry->elems; (pos) < (struct xt_entry_match *)((char *)(entry) + (entry)->target_offset); (pos) = (struct xt_entry_match *)((char *)(pos) + (pos)->u.match_size))
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/
x_tables.h 27 struct xt_entry_match { struct
109 #define XT_MATCH_ITERATE(type, e, fn, args...) ({ unsigned int __i; int __ret = 0; struct xt_entry_match *__m; for (__i = sizeof(type); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)e + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
114 #define xt_ematch_foreach(pos, entry) for ((pos) = (struct xt_entry_match *)entry->elems; (pos) < (struct xt_entry_match *)((char *)(entry) + (entry)->target_offset); (pos) = (struct xt_entry_match *)((char *)(pos) + (pos)->u.match_size))

Completed in 879 milliseconds

1 2 3 4 5 6 7 8 91011>>