Searched refs:match32 (Results 1 – 1 of 1) sorted by relevance
1971 static int ebt_size_mwt(struct compat_ebt_entry_mwt *match32, in ebt_size_mwt() argument1981 buf = (char *) match32; in ebt_size_mwt()1983 while (size_left >= sizeof(*match32)) { in ebt_size_mwt()1993 ret = ebt_buf_add(state, buf, sizeof(*match32)); in ebt_size_mwt()1996 size_left -= sizeof(*match32); in ebt_size_mwt()2003 if (match32->match_size > size_left) in ebt_size_mwt()2006 size_left -= match32->match_size; in ebt_size_mwt()2008 ret = compat_mtw_from_user(match32, type, state, base); in ebt_size_mwt()2012 BUG_ON(ret < match32->match_size); in ebt_size_mwt()2013 growth += ret - match32->match_size; in ebt_size_mwt()[all …]