Searched defs:match_size (Results 1 - 1 of 1) sorted by relevance

/net/bridge/netfilter/
H A Debtables.c368 left - sizeof(struct ebt_entry_match) < m->match_size)
378 ret = xt_check_match(par, m->match_size,
1580 compat_uint_t match_size; member in struct:compat_ebt_entry_mwt
1584 /* account for possible padding between match_size and ->data */
1612 int off = ebt_compat_match_offset(match, m->match_size);
1613 compat_uint_t msize = m->match_size - off;
1615 BUG_ON(off >= m->match_size);
1618 strlen(match->name) + 1) || put_user(msize, &cm->match_size))
1645 strlen(target->name) + 1) || put_user(tsize, &cm->match_size))
1726 *off += ebt_compat_match_offset(m->u.match, m->match_size);
1907 unsigned int size_kern, match_size = mwt->match_size; local
[all...]

Completed in 12 milliseconds