Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dx_tables.h163 void (*compat_from_user)(void *dst, const void *src); member
204 void (*compat_from_user)(void *dst, const void *src); member
/OK3568_Linux_fs/kernel/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.c74 .compat_from_user = ebt_standard_compat_from_user,
1864 if (match->compat_from_user) in compat_mtw_from_user()
1865 match->compat_from_user(dst, mwt->data); in compat_mtw_from_user()
1884 if (wt->compat_from_user) in compat_mtw_from_user()
1885 wt->compat_from_user(dst, mwt->data); in compat_mtw_from_user()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_limit.c191 .compat_from_user = limit_mt_compat_from_user,
H A Dx_tables.c742 if (match->compat_from_user) in xt_compat_match_from_user()
743 match->compat_from_user(m->data, cm->data); in xt_compat_match_from_user()
1122 if (target->compat_from_user) in xt_compat_target_from_user()
1123 target->compat_from_user(t->data, ct->data); in xt_compat_target_from_user()
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Darp_tables.c1564 .compat_from_user = compat_standard_from_user,
H A Dip_tables.c1834 .compat_from_user = compat_standard_from_user,
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6_tables.c1846 .compat_from_user = compat_standard_from_user,