Searched refs:compat_to_user (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/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 | 75 .compat_to_user = ebt_standard_compat_to_user, 1605 if (match->compat_to_user) { in compat_match_to_user() 1606 if (match->compat_to_user(cm->data, m->data)) in compat_match_to_user() 1637 if (target->compat_to_user) { in compat_target_to_user() 1638 if (target->compat_to_user(cm->data, t->data)) in compat_target_to_user()
|
/Linux-v5.4/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.4/net/netfilter/ |
D | xt_limit.c | 192 .compat_to_user = limit_mt_compat_to_user,
|
D | x_tables.c | 776 if (match->compat_to_user) { in xt_compat_match_to_user() 777 if (match->compat_to_user((void __user *)cm->data, m->data)) in xt_compat_match_to_user() 1153 if (target->compat_to_user) { in xt_compat_target_to_user() 1154 if (target->compat_to_user((void __user *)ct->data, t->data)) in xt_compat_target_to_user()
|
/Linux-v5.4/net/ipv4/netfilter/ |
D | arp_tables.c | 1591 .compat_to_user = compat_standard_to_user,
|
D | ip_tables.c | 1862 .compat_to_user = compat_standard_to_user,
|
/Linux-v5.4/net/ipv6/netfilter/ |
D | ip6_tables.c | 1873 .compat_to_user = compat_standard_to_user,
|