Searched refs:compat_to_user (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/net/bridge/netfilter/ |
D | ebt_mark.c | 92 .compat_to_user = mark_tg_compat_to_user,
|
D | ebt_mark_m.c | 80 .compat_to_user = mark_mt_compat_to_user,
|
D | ebtables.c | 83 .compat_to_user = ebt_standard_compat_to_user, 1665 if (match->compat_to_user) { in compat_match_to_user() 1666 if (match->compat_to_user(cm->data, m->data)) in compat_match_to_user() 1697 if (target->compat_to_user) { in compat_target_to_user() 1698 if (target->compat_to_user(cm->data, t->data)) in compat_target_to_user()
|
/Linux-v4.19/include/linux/netfilter/ |
D | x_tables.h | 164 int (*compat_to_user)(void __user *dst, const void *src); member 205 int (*compat_to_user)(void __user *dst, const void *src); member
|
/Linux-v4.19/net/netfilter/ |
D | xt_limit.c | 195 .compat_to_user = limit_mt_compat_to_user,
|
D | x_tables.c | 781 if (match->compat_to_user) { in xt_compat_match_to_user() 782 if (match->compat_to_user((void __user *)cm->data, m->data)) in xt_compat_match_to_user() 1158 if (target->compat_to_user) { in xt_compat_target_to_user() 1159 if (target->compat_to_user((void __user *)ct->data, t->data)) in xt_compat_target_to_user()
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | arp_tables.c | 1590 .compat_to_user = compat_standard_to_user,
|
D | ip_tables.c | 1865 .compat_to_user = compat_standard_to_user,
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | ip6_tables.c | 1876 .compat_to_user = compat_standard_to_user,
|