Searched refs:xt_data_to_user (Results 1 – 2 of 2) sorted by relevance
/net/netfilter/ |
D | x_tables.c | 312 int xt_data_to_user(void __user *dst, const void *src, in xt_data_to_user() function 324 EXPORT_SYMBOL_GPL(xt_data_to_user); 327 xt_data_to_user(U->data, K->data, \ 779 xt_data_to_user(U->data, K->data, \
|
/net/bridge/netfilter/ |
D | ebtables.c | 1448 xt_data_to_user(um + entrysize, data, usersize, datasize, in ebt_obj_to_user() 1655 if (xt_data_to_user(cm->data, m->data, match->usersize, msize, in compat_match_to_user() 1687 if (xt_data_to_user(cm->data, t->data, target->usersize, tsize, in compat_target_to_user()
|