Home
last modified time | relevance | path

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

/linux/include/linux/netfilter/
H A Dx_tables.h540 int xt_compat_target_offset(const struct xt_target *target);
/linux/net/netfilter/
H A Dx_tables.c1217 int xt_compat_target_offset(const struct xt_target *target) in xt_compat_target_offset() function
1222 EXPORT_SYMBOL_GPL(xt_compat_target_offset);
1229 int off = xt_compat_target_offset(target); in xt_compat_target_from_user()
1257 int off = xt_compat_target_offset(target); in xt_compat_target_to_user()
/linux/net/bridge/netfilter/
H A Debtables.c1686 int off = xt_compat_target_offset(target); in compat_target_to_user()
1785 *off += xt_compat_target_offset(w->u.watcher); in compat_calc_watcher()
1810 off += xt_compat_target_offset(t->u.target); in compat_calc_entry()
2038 off = xt_compat_target_offset(wt); in compat_mtw_from_user()