Searched refs:compat_from_user (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/net/bridge/netfilter/ |
D | ebt_mark.c | 91 .compat_from_user = mark_tg_compat_from_user,
|
D | ebt_mark_m.c | 79 .compat_from_user = mark_mt_compat_from_user,
|
D | ebtables.c | 82 .compat_from_user = ebt_standard_compat_from_user, 1983 if (match->compat_from_user) in compat_mtw_from_user() 1984 match->compat_from_user(dst, mwt->data); in compat_mtw_from_user() 2003 if (wt->compat_from_user) in compat_mtw_from_user() 2004 wt->compat_from_user(dst, mwt->data); in compat_mtw_from_user()
|
/Linux-v4.19/include/linux/netfilter/ |
D | x_tables.h | 163 void (*compat_from_user)(void *dst, const void *src); member 204 void (*compat_from_user)(void *dst, const void *src); member
|
/Linux-v4.19/net/netfilter/ |
D | xt_limit.c | 194 .compat_from_user = limit_mt_compat_from_user,
|
D | x_tables.c | 745 if (match->compat_from_user) in xt_compat_match_from_user() 746 match->compat_from_user(m->data, cm->data); in xt_compat_match_from_user() 1128 if (target->compat_from_user) in xt_compat_target_from_user() 1129 target->compat_from_user(t->data, ct->data); in xt_compat_target_from_user()
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | arp_tables.c | 1589 .compat_from_user = compat_standard_from_user,
|
D | ip_tables.c | 1864 .compat_from_user = compat_standard_from_user,
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | ip6_tables.c | 1875 .compat_from_user = compat_standard_from_user,
|