/external/ltp/testcases/kernel/syscalls/setsockopt/ |
D | setsockopt03.c | 41 uint16_t match_size; member 46 uint16_t match_size; member 49 uint16_t match_size; member 97 p.match.u.match_size = OFFSET_OVERWRITE; in run()
|
/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/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/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/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/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 | 1894 if (a->u.match_size != b->u.match_size) in match_different() 1902 for (i = 0; i < a->u.match_size - ALIGN(sizeof(*a)); i++) in match_different()
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 131 unsigned int match_size; member 224 __i += __match->match_size + \
|
/external/iptables/extensions/ |
D | libebt_among.c | 175 memcpy(new_match, *match, (*match)->u.match_size); in bramong_parse() 176 new_match->u.match_size = new_size; in bramong_parse()
|
/external/iptables/iptables/ |
D | nft-shared.c | 364 m->u.match_size = mt_len + XT_ALIGN(sizeof(struct xt_entry_match)); in nft_parse_match() 583 match->m->u.match_size = size; in nft_parse_limit() 672 m->u.match_size = size; in nft_rule_to_iptables_command_state() 942 if (m1->u.user.match_size != m2->u.user.match_size) { in compare_matches()
|
D | xtables-eb.c | 486 m->m->u.match_size = size; in ebt_load_match() 572 m2 = xtables_calloc(1, newm->m->u.match_size); in ebt_add_match() 573 memcpy(m2, newm->m, newm->m->u.match_size); in ebt_add_match()
|
D | ip6tables.c | 845 if (e->u.match_size) { in print_match_save() 1040 size += matchp->match->m->u.match_size; in generate_entry() 1049 memcpy(e->elems + size, matchp->match->m, matchp->match->m->u.match_size); in generate_entry() 1050 size += matchp->match->m->u.match_size; in generate_entry()
|
D | iptables.c | 842 if (e->u.match_size) { in print_match_save() 1036 size += matchp->match->m->u.match_size; in generate_entry() 1045 memcpy(e->elems + size, matchp->match->m, matchp->match->m->u.match_size); in generate_entry() 1046 size += matchp->match->m->u.match_size; in generate_entry()
|
D | xshared.c | 155 m->m->u.match_size = size; in command_default() 657 m->m->u.match_size = size; in command_match()
|
D | nft.c | 998 info = calloc(1, m->u.match_size); in __add_match() 1002 memcpy(info, m->data, m->u.match_size - sizeof(*m)); in __add_match() 1003 nftnl_expr_set(e, NFTNL_EXPR_MT_INFO, info, m->u.match_size - sizeof(*m)); in __add_match()
|
D | nft-bridge.c | 463 match->m->u.match_size = size; in nft_bridge_parse_lookup()
|
/external/tensorflow/tensorflow/tools/tensorflow_builder/compat_checker/ |
D | compat_checker.py | 260 match_size = len(match_grp) 261 for i, m in enumerate(match_grp[0:match_size-1], start=0):
|