Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt03.c41 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/
Dx_tables.h14 __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/
Dx_tables.h14 __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/
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/pcre/dist2/src/
Dpcre2_fuzzsupport.c63 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/
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.c1894 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/
Debtables.h131 unsigned int match_size; member
224 __i += __match->match_size + \
/external/iptables/extensions/
Dlibebt_among.c175 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/
Dnft-shared.c364 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()
Dxtables-eb.c486 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()
Dip6tables.c845 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()
Diptables.c842 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()
Dxshared.c155 m->m->u.match_size = size; in command_default()
657 m->m->u.match_size = size; in command_match()
Dnft.c998 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()
Dnft-bridge.c463 match->m->u.match_size = size; in nft_bridge_parse_lookup()
/external/tensorflow/tensorflow/tools/tensorflow_builder/compat_checker/
Dcompat_checker.py260 match_size = len(match_grp)
261 for i, m in enumerate(match_grp[0:match_size-1], start=0):