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

  /external/ltp/testcases/cve/
cve-2016-4997.c 53 uint16_t match_size; member in struct:xt_entry_match::__anon28507::__anon28508
58 uint16_t match_size; member in struct:xt_entry_match::__anon28507::__anon28509
61 uint16_t match_size; member in union:xt_entry_match::__anon28507
109 p.match.u.match_size = OFFSET_OVERWRITE;
  /bionic/libc/kernel/uapi/linux/netfilter/
x_tables.h 29 __u16 match_size; member in struct:xt_entry_match::__anon899::__anon900
34 __u16 match_size; member in struct:xt_entry_match::__anon899::__anon901
37 __u16 match_size; member in union:xt_entry_match::__anon899
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))
  /external/iproute2/include/uapi/linux/netfilter/
x_tables.h 14 __u16 match_size; member in struct:xt_entry_match::__anon21992::__anon21993
21 __u16 match_size; member in struct:xt_entry_match::__anon21992::__anon21994
28 __u16 match_size; member in union:xt_entry_match::__anon21992
136 __i += __m->u.match_size) { \
183 (pos)->u.match_size))
  /external/iptables/include/linux/netfilter/
x_tables.h 13 __u16 match_size; member in struct:xt_entry_match::__anon22382::__anon22383
20 __u16 match_size; member in struct:xt_entry_match::__anon22382::__anon22384
27 __u16 match_size; member in union:xt_entry_match::__anon22382
135 __i += __m->u.match_size) { \
182 (pos)->u.match_size))
  /external/kernel-headers/original/uapi/linux/netfilter/
x_tables.h 14 __u16 match_size; member in struct:xt_entry_match::__anon23105::__anon23106
21 __u16 match_size; member in struct:xt_entry_match::__anon23105::__anon23107
28 __u16 match_size; member in union:xt_entry_match::__anon23105
137 __i += __m->u.match_size) { \
185 (pos)->u.match_size))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
x_tables.h 13 __u16 match_size; member in struct:xt_entry_match::__anon62655::__anon62656
20 __u16 match_size; member in struct:xt_entry_match::__anon62655::__anon62657
27 __u16 match_size; member in union:xt_entry_match::__anon62655
135 __i += __m->u.match_size) { \
182 (pos)->u.match_size))
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebtables.h 86 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; \
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebtables.h 127 unsigned int match_size; member in struct:ebt_entry_match
208 __i += __match->match_size + \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h 126 unsigned int match_size; member in struct:ebt_entry_match
207 __i += __match->match_size + \

Completed in 173 milliseconds