Searched refs:compat_from_user (Results 1 – 9 of 9) sorted by relevance
/linux/net/bridge/netfilter/ |
A D | ebt_mark.c | 92 .compat_from_user = mark_tg_compat_from_user,
|
A D | ebt_mark_m.c | 80 .compat_from_user = mark_mt_compat_from_user,
|
A D | ebtables.c | 87 .compat_from_user = ebt_standard_compat_from_user, 1982 if (match->compat_from_user) in compat_mtw_from_user() 1983 match->compat_from_user(dst, mwt->data); in compat_mtw_from_user() 2002 if (wt->compat_from_user) in compat_mtw_from_user() 2003 wt->compat_from_user(dst, mwt->data); in compat_mtw_from_user()
|
/linux/include/linux/netfilter/ |
A D | x_tables.h | 163 void (*compat_from_user)(void *dst, const void *src); member 204 void (*compat_from_user)(void *dst, const void *src); member
|
/linux/net/netfilter/ |
A D | xt_limit.c | 197 .compat_from_user = limit_mt_compat_from_user,
|
A D | x_tables.c | 762 if (match->compat_from_user) in xt_compat_match_from_user() 763 match->compat_from_user(m->data, cm->data); in xt_compat_match_from_user() 1142 if (target->compat_from_user) in xt_compat_target_from_user() 1143 target->compat_from_user(t->data, ct->data); in xt_compat_target_from_user()
|
/linux/net/ipv4/netfilter/ |
A D | arp_tables.c | 1585 .compat_from_user = compat_standard_from_user,
|
A D | ip_tables.c | 1852 .compat_from_user = compat_standard_from_user,
|
/linux/net/ipv6/netfilter/ |
A D | ip6_tables.c | 1859 .compat_from_user = compat_standard_from_user,
|
Completed in 34 milliseconds