Home
last modified time | relevance | path

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

/linux/include/linux/netfilter/
H A Dx_tables.h534 int xt_compat_match_offset(const struct xt_match *match);
/linux/net/netfilter/
H A Dx_tables.c790 int xt_compat_match_offset(const struct xt_match *match) in xt_compat_match_offset() function
795 EXPORT_SYMBOL_GPL(xt_compat_match_offset);
802 int off = xt_compat_match_offset(match); in xt_compat_match_from_user()
835 int off = xt_compat_match_offset(match); in xt_compat_match_to_user()
/linux/net/bridge/netfilter/
H A Debtables.c1646 return xt_compat_match_offset(match); in ebt_compat_match_offset()