Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debtables.c1915 static int ebt_size_mwt(const struct compat_ebt_entry_mwt *match32, in ebt_size_mwt() argument
1919 const char *buf = (const char *)match32; in ebt_size_mwt()
1929 if (size_left < sizeof(*match32)) in ebt_size_mwt()
1938 ret = ebt_buf_add(state, buf, sizeof(*match32)); in ebt_size_mwt()
1941 size_left -= sizeof(*match32); in ebt_size_mwt()
1948 if (match32->match_size > size_left) in ebt_size_mwt()
1951 size_left -= match32->match_size; in ebt_size_mwt()
1953 ret = compat_mtw_from_user(match32, type, state, base); in ebt_size_mwt()
1957 if (WARN_ON(ret < match32->match_size)) in ebt_size_mwt()
1959 growth += ret - match32->match_size; in ebt_size_mwt()
[all …]