/external/iproute2/include/uapi/linux/netfilter/ |
D | x_tables.h | 14 __u16 match_size; member 21 __u16 match_size; member 28 __u16 match_size; member 136 __i += __m->u.match_size) { \ 183 (pos)->u.match_size))
|
/external/iptables/include/linux/netfilter/ |
D | x_tables.h | 13 __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/ |
D | x_tables.h | 14 __u16 match_size; member 21 __u16 match_size; member 28 __u16 match_size; member 137 __i += __m->u.match_size) { \ 185 (pos)->u.match_size))
|
/external/ltp/testcases/kernel/syscalls/setsockopt/ |
D | setsockopt03.c | 53 uint16_t match_size; member 58 uint16_t match_size; member 61 uint16_t match_size; member 109 p.match.u.match_size = OFFSET_OVERWRITE; in run()
|
/external/pcre/dist2/src/ |
D | pcre2_fuzzsupport.c | 63 size_t match_size; in LLVMFuzzerTestOneInput() local 73 match_size = (size > MAX_MATCH_SIZE)? MAX_MATCH_SIZE : size; in LLVMFuzzerTestOneInput() 205 errorcode = pcre2_match(code, (PCRE2_SPTR)data, (PCRE2_SIZE)match_size, 0, in LLVMFuzzerTestOneInput() 242 (PCRE2_SIZE)match_size, 0, match_options, match_data, match_context, in LLVMFuzzerTestOneInput()
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 131 unsigned int match_size; member 224 __i += __match->match_size + \
|
/external/iptables/libiptc/ |
D | libip4tc.c | 229 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;
|
D | libiptc.c | 1906 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/ |
D | nft-shared.c | 358 m->u.match_size = mt_len + XT_ALIGN(sizeof(struct xt_entry_match)); in nft_parse_match() 547 m->u.match_size = len + XT_ALIGN(sizeof(struct xt_entry_match)); in nft_rule_to_iptables_command_state() 815 if (m1->u.user.match_size != m2->u.user.match_size) { in compare_matches()
|
D | iptables.c | 1041 if (e->u.match_size) { in print_match_save() 1229 size += matchp->match->m->u.match_size; in generate_entry() 1238 memcpy(e->elems + size, matchp->match->m, matchp->match->m->u.match_size); in generate_entry() 1239 size += matchp->match->m->u.match_size; in generate_entry() 1301 m->m->u.match_size = size; in command_match()
|
D | ip6tables.c | 1051 if (e->u.match_size) { in print_match_save() 1239 size += matchp->match->m->u.match_size; in generate_entry() 1248 memcpy(e->elems + size, matchp->match->m, matchp->match->m->u.match_size); in generate_entry() 1249 size += matchp->match->m->u.match_size; in generate_entry() 1308 m->m->u.match_size = size; in command_match()
|
D | xshared.c | 154 m->m->u.match_size = size; in command_default()
|
D | nft.c | 879 info = calloc(1, m->u.match_size); in __add_match() 883 memcpy(info, m->data, m->u.match_size - sizeof(*m)); in __add_match() 884 nftnl_expr_set(e, NFTNL_EXPR_MT_INFO, info, m->u.match_size - sizeof(*m)); in __add_match()
|
D | xtables-eb.c | 614 m->m->u.match_size = size; in ebt_load_match()
|
D | xtables.c | 662 m->m->u.match_size = size; in command_match()
|
/external/syzkaller/sys/linux/ |
D | netfilter_bridge.txt | 149 match_size bytesize[data, int32]
|
D | netfilter.txt | 96 match_size len[parent, int16]
|