Searched refs:compat_from_user (Results 1 – 6 of 6) sorted by relevance
| /linux/net/bridge/netfilter/ |
| H A D | ebt_mark_m.c | 80 .compat_from_user = mark_mt_compat_from_user,
|
| H A D | ebt_mark.c | 92 .compat_from_user = mark_tg_compat_from_user,
|
| H A D | ebtables.c | 90 .compat_from_user = ebt_standard_compat_from_user, 2015 if (match->compat_from_user) in compat_mtw_from_user() 2016 match->compat_from_user(dst, mwt->data); in compat_mtw_from_user() 2041 if (wt->compat_from_user) in compat_mtw_from_user() 2042 wt->compat_from_user(dst, mwt->data); in compat_mtw_from_user()
|
| /linux/include/linux/netfilter/ |
| H A D | x_tables.h | 169 void (*compat_from_user)(void *dst, const void *src); member 213 void (*compat_from_user)(void *dst, const void *src); member
|
| /linux/net/netfilter/ |
| H A D | xt_limit.c | 197 .compat_from_user = limit_mt_compat_from_user,
|
| H A D | x_tables.c | 808 if (match->compat_from_user) in xt_compat_match_from_user() 809 match->compat_from_user(m->data, cm->data); in xt_compat_match_from_user() 1235 if (target->compat_from_user) in xt_compat_target_from_user() 1236 target->compat_from_user(t->data, ct->data); in xt_compat_target_from_user()
|