Home
last modified time | relevance | path

Searched refs:xt_compat_match_offset (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dx_tables.h517 int xt_compat_match_offset(const struct xt_match *match);
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dx_tables.c724 int xt_compat_match_offset(const struct xt_match *match) in xt_compat_match_offset() function
729 EXPORT_SYMBOL_GPL(xt_compat_match_offset);
736 int off = xt_compat_match_offset(match); in xt_compat_match_from_user()
769 int off = xt_compat_match_offset(match); in xt_compat_match_to_user()
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dip_tables.c902 off += xt_compat_match_offset(ematch->u.kernel.match); in compat_calc_entry()
1267 *size += xt_compat_match_offset(match); in compat_find_calc_match()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6_tables.c919 off += xt_compat_match_offset(ematch->u.kernel.match); in compat_calc_entry()
1284 *size += xt_compat_match_offset(match); in compat_find_calc_match()
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debtables.c1519 return xt_compat_match_offset(match); in ebt_compat_match_offset()