Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/netfilter/
H A Debtables.c1965 unsigned int size_kern, match_size = mwt->match_size; in compat_mtw_from_user() local
1988 size_kern = match->matchsize; in compat_mtw_from_user()
1989 if (unlikely(size_kern == -1)) in compat_mtw_from_user()
1990 size_kern = match_size; in compat_mtw_from_user()
2008 size_kern = wt->targetsize; in compat_mtw_from_user()
2018 pad = XT_ALIGN(size_kern) - size_kern; in compat_mtw_from_user()
2023 if (WARN_ON(state->buf_kern_offset - (match_size + off) + size_kern > state->buf_kern_len - pad)) in compat_mtw_from_user()
2025 memset(dst + size_kern, 0, pad); in compat_mtw_from_user()