Searched refs:match32 (Results 1 – 1 of 1) sorted by relevance
1895 static int ebt_size_mwt(const struct compat_ebt_entry_mwt *match32, in ebt_size_mwt() argument1899 const char *buf = (const char *)match32; in ebt_size_mwt()1909 if (size_left < sizeof(*match32)) in ebt_size_mwt()1918 ret = ebt_buf_add(state, buf, sizeof(*match32)); in ebt_size_mwt()1921 size_left -= sizeof(*match32); in ebt_size_mwt()1928 if (match32->match_size > size_left) in ebt_size_mwt()1931 size_left -= match32->match_size; in ebt_size_mwt()1933 ret = compat_mtw_from_user(match32, type, state, base); in ebt_size_mwt()1937 if (WARN_ON(ret < match32->match_size)) in ebt_size_mwt()1939 growth += ret - match32->match_size; in ebt_size_mwt()[all …]