Home
last modified time | relevance | path

Searched refs:xt_target_to_user (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/netfilter/
H A Dx_tables.h289 int xt_target_to_user(const struct xt_entry_target *t,
/linux/net/netfilter/
H A Dx_tables.c340 int xt_target_to_user(const struct xt_entry_target *t, in xt_target_to_user() function
346 EXPORT_SYMBOL_GPL(xt_target_to_user);
/linux/net/ipv4/netfilter/
H A Dip_tables.c859 if (xt_target_to_user(t, userptr + off + e->target_offset)) { in copy_entries_to_user()