Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/bridge/netfilter/
A Debt_mark.c92 .compat_from_user = mark_tg_compat_from_user,
A Debt_mark_m.c80 .compat_from_user = mark_mt_compat_from_user,
A Debtables.c87 .compat_from_user = ebt_standard_compat_from_user,
1978 if (match->compat_from_user) in compat_mtw_from_user()
1979 match->compat_from_user(dst, mwt->data); in compat_mtw_from_user()
1998 if (wt->compat_from_user) in compat_mtw_from_user()
1999 wt->compat_from_user(dst, mwt->data); in compat_mtw_from_user()
/linux-6.3-rc2/include/linux/netfilter/
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
/linux-6.3-rc2/net/netfilter/
A Dxt_limit.c197 .compat_from_user = limit_mt_compat_from_user,
A Dx_tables.c762 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-6.3-rc2/net/ipv4/netfilter/
A Darp_tables.c1589 .compat_from_user = compat_standard_from_user,
A Dip_tables.c1855 .compat_from_user = compat_standard_from_user,
/linux-6.3-rc2/net/ipv6/netfilter/
A Dip6_tables.c1862 .compat_from_user = compat_standard_from_user,

Completed in 25 milliseconds