Home
last modified time | relevance | path

Searched refs:compat_from_user (Results 1 – 6 of 6) sorted by relevance

/linux/net/bridge/netfilter/
H A Debt_mark_m.c80 .compat_from_user = mark_mt_compat_from_user,
H A Debt_mark.c92 .compat_from_user = mark_tg_compat_from_user,
H A Debtables.c90 .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 Dx_tables.h169 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 Dxt_limit.c197 .compat_from_user = limit_mt_compat_from_user,
H A Dx_tables.c808 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()