Searched refs:compat_to_user (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/net/bridge/netfilter/ |
D | ebt_mark.c | 93 .compat_to_user = mark_tg_compat_to_user,
|
D | ebt_mark_m.c | 81 .compat_to_user = mark_mt_compat_to_user,
|
D | ebtables.c | 88 .compat_to_user = ebt_standard_compat_to_user, 1655 if (match->compat_to_user) { in compat_match_to_user() 1656 if (match->compat_to_user(cm->data, m->data)) in compat_match_to_user() 1687 if (target->compat_to_user) { in compat_target_to_user() 1688 if (target->compat_to_user(cm->data, t->data)) in compat_target_to_user()
|
/Linux-v5.15/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-v5.15/net/netfilter/ |
D | xt_limit.c | 198 .compat_to_user = limit_mt_compat_to_user,
|
D | x_tables.c | 795 if (match->compat_to_user) { in xt_compat_match_to_user() 796 if (match->compat_to_user((void __user *)cm->data, m->data)) in xt_compat_match_to_user() 1169 if (target->compat_to_user) { in xt_compat_target_to_user() 1170 if (target->compat_to_user((void __user *)ct->data, t->data)) in xt_compat_target_to_user()
|
/Linux-v5.15/net/ipv4/netfilter/ |
D | arp_tables.c | 1585 .compat_to_user = compat_standard_to_user,
|
D | ip_tables.c | 1852 .compat_to_user = compat_standard_to_user,
|
/Linux-v5.15/net/ipv6/netfilter/ |
D | ip6_tables.c | 1860 .compat_to_user = compat_standard_to_user,
|