Home
last modified time | relevance | path

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

/linux/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))
/linux/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.c403 left - sizeof(struct ebt_entry_match) < m->match_size) in ebt_check_match()
419 ret = xt_check_match(par, m->match_size, in ebt_check_match()
1469 m->u.match->usersize, m->match_size, in ebt_match_to_user()
1618 compat_uint_t match_size; member
1622 /* account for possible padding between match_size and ->data */
1649 int off = ebt_compat_match_offset(match, m->match_size); in compat_match_to_user()
1650 compat_uint_t msize = m->match_size - off; in compat_match_to_user()
1652 if (WARN_ON(off >= m->match_size)) in compat_match_to_user()
1657 put_user(msize, &cm->match_size)) in compat_match_to_user()
1689 put_user(tsize, &cm->match_size)) in compat_target_to_user()
1959 match_size_ok(const struct xt_match * match,unsigned int match_size) match_size_ok() argument
1988 unsigned int size_kern, match_size = mwt->match_size; compat_mtw_from_user() local
[all...]
/linux/include/uapi/linux/netfilter_bridge/
H A Debtables.h131 unsigned int match_size; member
226 __i += __match->match_size + \
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c711 u8 key_layer, match_size; in nfp_flower_populate_merge_match() local
730 match_size = sizeof(struct nfp_flower_mac_mpls); in nfp_flower_populate_merge_match()
731 memcpy(&merge->l2, mask, match_size); in nfp_flower_populate_merge_match()
732 mask += match_size; in nfp_flower_populate_merge_match()
736 match_size = sizeof(struct nfp_flower_tp_ports); in nfp_flower_populate_merge_match()
737 memcpy(&merge->l4, mask, match_size); in nfp_flower_populate_merge_match()
738 mask += match_size; in nfp_flower_populate_merge_match()
742 match_size = sizeof(struct nfp_flower_ipv4); in nfp_flower_populate_merge_match()
743 memcpy(&merge->ipv4, mask, match_size); in nfp_flower_populate_merge_match()
747 match_size = sizeof(struct nfp_flower_ipv6); in nfp_flower_populate_merge_match()
[all …]
/linux/include/linux/netfilter/
H A Dx_tables.h474 u_int16_t match_size;
479 u_int16_t match_size;
482 u_int16_t match_size;
461 u_int16_t match_size; global() member
466 u_int16_t match_size; global() member
469 u_int16_t match_size; global() member
/linux/drivers/regulator/
H A Dab8500.c1641 int match_size; member
1652 abx500_regulator.match_size = ARRAY_SIZE(ab8505_regulator_match); in abx500_get_regulator_info()
1659 abx500_regulator.match_size = ARRAY_SIZE(ab8500_regulator_match); in abx500_get_regulator_info()
1718 abx500_regulator.match_size); in ab8500_regulator_probe()
/linux/net/netfilter/
H A Dx_tables.c608 if (pos->u.match_size < sizeof(struct xt_entry_match)) in xt_check_entry_match()
611 if (pos->u.match_size > length) in xt_check_entry_match()
614 length -= pos->u.match_size; in xt_check_entry_match()
615 pos = ((void *)((char *)(pos) + (pos)->u.match_size)); in xt_check_entry_match()
803 u_int16_t msize = cm->u.user.match_size; in xt_compat_match_from_user()
814 m->u.user.match_size = msize; in xt_compat_match_from_user()
836 u_int16_t msize = m->u.user.match_size - off; in xt_compat_match_to_user()
/linux/net/ipv6/netfilter/
H A Dip6_tables.c488 return xt_check_match(par, m->u.match_size - sizeof(*m), in check_match()
863 i += m->u.match_size) { in copy_entries_to_user()
/linux/net/ipv4/netfilter/
H A Dip_tables.c471 return xt_check_match(par, m->u.match_size - sizeof(*m), in check_match()
847 i += m->u.match_size) { in copy_entries_to_user()