Searched refs:match32 (Results 1 – 1 of 1) sorted by relevance
1982 static int ebt_size_mwt(struct compat_ebt_entry_mwt *match32, in ebt_size_mwt() argument1992 buf = (char *) match32; in ebt_size_mwt()1994 while (size_left >= sizeof(*match32)) { in ebt_size_mwt()2004 ret = ebt_buf_add(state, buf, sizeof(*match32)); in ebt_size_mwt()2007 size_left -= sizeof(*match32); in ebt_size_mwt()2014 if (match32->match_size > size_left) in ebt_size_mwt()2017 size_left -= match32->match_size; in ebt_size_mwt()2019 ret = compat_mtw_from_user(match32, type, state, base); in ebt_size_mwt()2023 if (WARN_ON(ret < match32->match_size)) in ebt_size_mwt()2025 growth += ret - match32->match_size; in ebt_size_mwt()[all …]