Home
last modified time | relevance | path

Searched refs:match_size (Results 1 – 9 of 9) sorted by relevance

/external/iptables/include/linux/netfilter/
Dx_tables.h13 __u16 match_size; member
20 __u16 match_size; member
27 __u16 match_size; member
135 __i += __m->u.match_size) { \
182 (pos)->u.match_size))
/external/kernel-headers/original/uapi/linux/netfilter/
Dx_tables.h13 __u16 match_size; member
20 __u16 match_size; member
27 __u16 match_size; member
136 __i += __m->u.match_size) { \
184 (pos)->u.match_size))
/external/iproute2/include/linux/netfilter/
Dx_tables.h13 __u16 match_size; member
20 __u16 match_size; member
27 __u16 match_size; member
135 __i += __m->u.match_size) { \
182 (pos)->u.match_size))
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
Debtables.h124 unsigned int match_size; member
205 __i += __match->match_size + \
/external/iptables/libiptc/
Dlibip4tc.c229 assert(m->u.match_size >= sizeof(STRUCT_ENTRY_MATCH));
230 assert(ALIGN(m->u.match_size) == m->u.match_size);
232 (*off) += m->u.match_size;
Dlibiptc.c1906 if (a->u.match_size != b->u.match_size) in match_different()
1914 for (i = 0; i < a->u.match_size - ALIGN(sizeof(*a)); i++) in match_different()
/external/iptables/iptables/
Dip6tables.c1012 if (e->u.match_size) { in print_match_save()
1197 size += matchp->match->m->u.match_size; in generate_entry()
1206 memcpy(e->elems + size, matchp->match->m, matchp->match->m->u.match_size); in generate_entry()
1207 size += matchp->match->m->u.match_size; in generate_entry()
1266 m->m->u.match_size = size; in command_match()
Diptables.c1003 if (e->u.match_size) { in print_match_save()
1188 size += matchp->match->m->u.match_size; in generate_entry()
1197 memcpy(e->elems + size, matchp->match->m, matchp->match->m->u.match_size); in generate_entry()
1198 size += matchp->match->m->u.match_size; in generate_entry()
1260 m->m->u.match_size = size; in command_match()
Dxshared.c151 m->m->u.match_size = size; in command_default()