Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/netfilter/
H A Debtables.c2037 const char *buf = (const char *)match32; in ebt_size_mwt()
2047 if (size_left < sizeof(*match32)) in ebt_size_mwt()
2059 size_left -= sizeof(*match32); in ebt_size_mwt()
2066 if (match32->match_size > size_left) in ebt_size_mwt()
2069 size_left -= match32->match_size; in ebt_size_mwt()
2075 if (WARN_ON(ret < match32->match_size)) in ebt_size_mwt()
2077 growth += ret - match32->match_size; in ebt_size_mwt()
2080 buf += sizeof(*match32); in ebt_size_mwt()
2081 buf += match32->match_size; in ebt_size_mwt()
2086 match32 = (struct compat_ebt_entry_mwt *) buf; in ebt_size_mwt()
[all …]