Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/
H A 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))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/
H A 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))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/
H A 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))
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debt_among.c212 if (expected_length > em->match_size) in ebt_among_mt_check()
215 if (wormhash_offset_invalid(info->wh_dst_ofs, em->match_size) || in ebt_among_mt_check()
216 wormhash_offset_invalid(info->wh_src_ofs, em->match_size)) in ebt_among_mt_check()
224 if (expected_length > em->match_size) in ebt_among_mt_check()
241 if (em->match_size != EBT_ALIGN(expected_length)) { in ebt_among_mt_check()
243 em->match_size, expected_length, in ebt_among_mt_check()
H A Debtables.c363 left - sizeof(struct ebt_entry_match) < m->match_size) in ebt_check_match()
379 ret = xt_check_match(par, m->match_size, in ebt_check_match()
1347 m->u.match->usersize, m->match_size, in ebt_match_to_user()
1496 compat_uint_t match_size; member
1527 int off = ebt_compat_match_offset(match, m->match_size); in compat_match_to_user()
1528 compat_uint_t msize = m->match_size - off; in compat_match_to_user()
1530 if (WARN_ON(off >= m->match_size)) in compat_match_to_user()
1535 put_user(msize, &cm->match_size)) in compat_match_to_user()
1567 put_user(tsize, &cm->match_size)) in compat_target_to_user()
1651 *off += ebt_compat_match_offset(m->u.match, m->match_size); in compat_calc_match()
[all …]
/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dx_tables.h457 u_int16_t match_size; member
462 u_int16_t match_size; member
465 u_int16_t match_size; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c709 u8 key_layer, match_size; in nfp_flower_populate_merge_match() local
728 match_size = sizeof(struct nfp_flower_mac_mpls); in nfp_flower_populate_merge_match()
729 memcpy(&merge->l2, mask, match_size); in nfp_flower_populate_merge_match()
730 mask += match_size; in nfp_flower_populate_merge_match()
734 match_size = sizeof(struct nfp_flower_tp_ports); in nfp_flower_populate_merge_match()
735 memcpy(&merge->l4, mask, match_size); in nfp_flower_populate_merge_match()
736 mask += match_size; in nfp_flower_populate_merge_match()
740 match_size = sizeof(struct nfp_flower_ipv4); in nfp_flower_populate_merge_match()
741 memcpy(&merge->ipv4, mask, match_size); in nfp_flower_populate_merge_match()
745 match_size = sizeof(struct nfp_flower_ipv6); in nfp_flower_populate_merge_match()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter_bridge/
H A Debtables.h131 unsigned int match_size; member
224 __i += __match->match_size + \
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_bridge/
H A Debtables.h131 unsigned int match_size; member
224 __i += __match->match_size + \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter_bridge/
H A Debtables.h131 unsigned int match_size; member
224 __i += __match->match_size + \
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dab8500.c1527 int match_size; member
1538 abx500_regulator.match_size = ARRAY_SIZE(ab8505_regulator_match); in abx500_get_regulator_info()
1545 abx500_regulator.match_size = ARRAY_SIZE(ab8500_regulator_match); in abx500_get_regulator_info()
1604 abx500_regulator.match_size); in ab8500_regulator_probe()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dx_tables.c542 if (pos->u.match_size < sizeof(struct xt_entry_match)) in xt_check_entry_match()
545 if (pos->u.match_size > length) in xt_check_entry_match()
548 length -= pos->u.match_size; in xt_check_entry_match()
549 pos = ((void *)((char *)(pos) + (pos)->u.match_size)); in xt_check_entry_match()
737 u_int16_t msize = cm->u.user.match_size; in xt_compat_match_from_user()
748 m->u.user.match_size = msize; in xt_compat_match_from_user()
770 u_int16_t msize = m->u.user.match_size - off; in xt_compat_match_to_user()
/OK3568_Linux_fs/buildroot/package/ebtables/
H A D0002-ebtables.h-restore-KERNEL_64_USERSPACE_32-checks.patch66 unsigned int match_size;
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dip_tables.c472 return xt_check_match(par, m->u.match_size - sizeof(*m), in check_match()
850 i += m->u.match_size) { in copy_entries_to_user()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6_tables.c490 return xt_check_match(par, m->u.match_size - sizeof(*m), in check_match()
867 i += m->u.match_size) { in copy_entries_to_user()