Searched refs:xt_data_to_user (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/netfilter/ | 
| D | x_tables.h | 301 int xt_data_to_user(void __user *dst, const void *src,
  | 
| /Linux-v5.4/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.4/net/bridge/netfilter/ | 
| D | ebtables.c | 1322 	    xt_data_to_user(um + entrysize, data, usersize, datasize,  in ebt_obj_to_user() 1609 		if (xt_data_to_user(cm->data, m->data, match->usersize, msize,  in compat_match_to_user() 1641 		if (xt_data_to_user(cm->data, t->data, target->usersize, tsize,  in compat_target_to_user()
  |