Searched defs:match_size (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/kernel/uapi/linux/netfilter/
H A Dx_tables.h29 __u16 match_size; member in struct:xt_entry_match::__anon697::__anon698
34 __u16 match_size; member in struct:xt_entry_match::__anon697::__anon699
37 __u16 match_size; member in union:xt_entry_match::__anon697
94 ({ 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; \
101 #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))
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/netfilter/
H A Dx_tables.h29 __u16 match_size; member in struct:xt_entry_match::__anon1844::__anon1845
34 __u16 match_size; member in struct:xt_entry_match::__anon1844::__anon1846
37 __u16 match_size; member in union:xt_entry_match::__anon1844
94 ({ 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; \
101 #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))
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/netfilter/
H A Dx_tables.h29 __u16 match_size; member in struct:xt_entry_match::__anon3114::__anon3115
34 __u16 match_size; member in struct:xt_entry_match::__anon3114::__anon3116
37 __u16 match_size; member in union:xt_entry_match::__anon3114
94 ({ 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; \
101 #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))
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
H A Debtables.h86 unsigned int match_size; member in struct:ebt_entry_match
137 ({ unsigned int __i; int __ret = 0; struct ebt_entry_match * __match; for(__i = sizeof(struct ebt_entry); __i < (e)->watchers_offset; __i += __match->match_size + sizeof(struct ebt_entry_match)) { __match = (void *) (e) + __i; __ret = fn(__match, ##args); if(__ret != 0) break; } if(__ret == 0) { if(__i != (e)->watchers_offset) __ret = - EINVAL; } __ret; \
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/netfilter_bridge/
H A Debtables.h86 unsigned int match_size; member in struct:ebt_entry_match
137 ({ unsigned int __i; int __ret = 0; struct ebt_entry_match * __match; for(__i = sizeof(struct ebt_entry); __i < (e)->watchers_offset; __i += __match->match_size + sizeof(struct ebt_entry_match)) { __match = (void *) (e) + __i; __ret = fn(__match, ##args); if(__ret != 0) break; } if(__ret == 0) { if(__i != (e)->watchers_offset) __ret = - EINVAL; } __ret; \
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/netfilter_bridge/
H A Debtables.h86 unsigned int match_size; member in struct:ebt_entry_match
137 ({ unsigned int __i; int __ret = 0; struct ebt_entry_match * __match; for(__i = sizeof(struct ebt_entry); __i < (e)->watchers_offset; __i += __match->match_size + sizeof(struct ebt_entry_match)) { __match = (void *) (e) + __i; __ret = fn(__match, ##args); if(__ret != 0) break; } if(__ret == 0) { if(__i != (e)->watchers_offset) __ret = - EINVAL; } __ret; \

Completed in 52 milliseconds