Home
last modified time | relevance | path

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

/Linux-v6.6/net/bridge/netfilter/
Debtables.c2029 static int ebt_size_mwt(const struct compat_ebt_entry_mwt *match32, in ebt_size_mwt() argument
2033 const char *buf = (const char *)match32; in ebt_size_mwt()
2043 if (size_left < sizeof(*match32)) in ebt_size_mwt()
2052 ret = ebt_buf_add(state, buf, sizeof(*match32)); in ebt_size_mwt()
2055 size_left -= sizeof(*match32); in ebt_size_mwt()
2062 if (match32->match_size > size_left) in ebt_size_mwt()
2065 size_left -= match32->match_size; in ebt_size_mwt()
2067 ret = compat_mtw_from_user(match32, type, state, base); in ebt_size_mwt()
2071 if (WARN_ON(ret < match32->match_size)) in ebt_size_mwt()
2073 growth += ret - match32->match_size; in ebt_size_mwt()
[all …]