Searched refs:xt_compat_match_offset (Results 1 - 4 of 4) sorted by relevance

/net/netfilter/
H A Dx_tables.c483 int xt_compat_match_offset(const struct xt_match *match) function
488 EXPORT_SYMBOL_GPL(xt_compat_match_offset); variable
495 int pad, off = xt_compat_match_offset(match);
522 int off = xt_compat_match_offset(match);
/net/ipv4/netfilter/
H A Dip_tables.c1032 off += xt_compat_match_offset(ematch->u.kernel.match);
1458 *size += xt_compat_match_offset(match);
/net/ipv6/netfilter/
H A Dip6_tables.c1042 off += xt_compat_match_offset(ematch->u.kernel.match);
1470 *size += xt_compat_match_offset(match);
/net/bridge/netfilter/
H A Debtables.c1604 return xt_compat_match_offset(match);

Completed in 76 milliseconds