Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/netfilter/
Dx_tables.h517 int xt_compat_match_offset(const struct xt_match *match);
/Linux-v5.4/net/netfilter/
Dx_tables.c722 int xt_compat_match_offset(const struct xt_match *match) in xt_compat_match_offset() function
727 EXPORT_SYMBOL_GPL(xt_compat_match_offset);
734 int pad, off = xt_compat_match_offset(match); in xt_compat_match_from_user()
770 int off = xt_compat_match_offset(match); in xt_compat_match_to_user()
/Linux-v5.4/net/ipv4/netfilter/
Dip_tables.c902 off += xt_compat_match_offset(ematch->u.kernel.match); in compat_calc_entry()
1269 *size += xt_compat_match_offset(match); in compat_find_calc_match()
/Linux-v5.4/net/ipv6/netfilter/
Dip6_tables.c918 off += xt_compat_match_offset(ematch->u.kernel.match); in compat_calc_entry()
1285 *size += xt_compat_match_offset(match); in compat_find_calc_match()
/Linux-v5.4/net/bridge/netfilter/
Debtables.c1586 return xt_compat_match_offset(match); in ebt_compat_match_offset()