Home
last modified time | relevance | path

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

/linux-4.4.14/net/bridge/netfilter/
Debt_mark.c91 .compat_from_user = mark_tg_compat_from_user,
Debt_mark_m.c79 .compat_from_user = mark_mt_compat_from_user,
Debtables.c83 .compat_from_user = ebt_standard_compat_from_user,
1924 if (match->compat_from_user) in compat_mtw_from_user()
1925 match->compat_from_user(dst, mwt->data); in compat_mtw_from_user()
1943 if (wt->compat_from_user) in compat_mtw_from_user()
1944 wt->compat_from_user(dst, mwt->data); in compat_mtw_from_user()
/linux-4.4.14/include/linux/netfilter/
Dx_tables.h130 void (*compat_from_user)(void *dst, const void *src); member
170 void (*compat_from_user)(void *dst, const void *src); member
/linux-4.4.14/net/netfilter/
Dxt_limit.c193 .compat_from_user = limit_mt_compat_from_user,
Dx_tables.c539 if (match->compat_from_user) in xt_compat_match_from_user()
540 match->compat_from_user(m->data, cm->data); in xt_compat_match_from_user()
847 if (target->compat_from_user) in xt_compat_target_from_user()
848 target->compat_from_user(t->data, ct->data); in xt_compat_target_from_user()
/linux-4.4.14/net/ipv4/netfilter/
Darp_tables.c1732 .compat_from_user = compat_standard_from_user,
Dip_tables.c2028 .compat_from_user = compat_standard_from_user,
/linux-4.4.14/net/ipv6/netfilter/
Dip6_tables.c2030 .compat_from_user = compat_standard_from_user,