Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dx_tables.c521 int xt_compat_match_offset(const struct xt_match *match) in xt_compat_match_offset() function
526 EXPORT_SYMBOL_GPL(xt_compat_match_offset);
533 int pad, off = xt_compat_match_offset(match); in xt_compat_match_from_user()
563 int off = xt_compat_match_offset(match); in xt_compat_match_to_user()
/linux-4.4.14/include/linux/netfilter/
Dx_tables.h487 int xt_compat_match_offset(const struct xt_match *match);
/linux-4.4.14/net/ipv4/netfilter/
Dip_tables.c1041 off += xt_compat_match_offset(ematch->u.kernel.match); in compat_calc_entry()
1426 *size += xt_compat_match_offset(match); in compat_find_calc_match()
/linux-4.4.14/net/ipv6/netfilter/
Dip6_tables.c1053 off += xt_compat_match_offset(ematch->u.kernel.match); in compat_calc_entry()
1437 *size += xt_compat_match_offset(match); in compat_find_calc_match()
/linux-4.4.14/net/bridge/netfilter/
Debtables.c1606 return xt_compat_match_offset(match); in ebt_compat_match_offset()