Home
last modified time | relevance | path

Searched refs:xt_compat_match_to_user (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/linux/netfilter/
Dx_tables.h610 extern int xt_compat_match_to_user(const struct xt_entry_match *m,
/linux-3.4.99/net/netfilter/
Dx_tables.c523 int xt_compat_match_to_user(const struct xt_entry_match *m, in xt_compat_match_to_user() function
549 EXPORT_SYMBOL_GPL(xt_compat_match_to_user);
/linux-3.4.99/net/ipv6/netfilter/
Dip6_tables.c1432 ret = xt_compat_match_to_user(ematch, dstptr, size); in compat_copy_entry_to_user()
/linux-3.4.99/net/ipv4/netfilter/
Dip_tables.c1421 ret = xt_compat_match_to_user(ematch, dstptr, size); in compat_copy_entry_to_user()