Searched refs:xt_data_to_user (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/linux/netfilter/ |
D | x_tables.h | 301 int xt_data_to_user(void __user *dst, const void *src,
|
/Linux-v5.10/net/netfilter/ |
D | x_tables.c | 292 int xt_data_to_user(void __user *dst, const void *src, in xt_data_to_user() function 304 EXPORT_SYMBOL_GPL(xt_data_to_user); 307 xt_data_to_user(U->data, K->data, \ 760 xt_data_to_user(U->data, K->data, \
|
/Linux-v5.10/net/bridge/netfilter/ |
D | ebtables.c | 1315 xt_data_to_user(um + entrysize, data, usersize, datasize, in ebt_obj_to_user() 1522 if (xt_data_to_user(cm->data, m->data, match->usersize, msize, in compat_match_to_user() 1554 if (xt_data_to_user(cm->data, t->data, target->usersize, tsize, in compat_target_to_user()
|