Searched refs:xt_data_to_user (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/netfilter/ |
| H A D | x_tables.h | 301 int xt_data_to_user(void __user *dst, const void *src,
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A 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, \ 759 xt_data_to_user(U->data, K->data, \
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | ebtables.c | 1335 xt_data_to_user(um + entrysize, data, usersize, datasize, in ebt_obj_to_user() 1542 if (xt_data_to_user(cm->data, m->data, match->usersize, msize, in compat_match_to_user() 1574 if (xt_data_to_user(cm->data, t->data, target->usersize, tsize, in compat_target_to_user()
|