Home
last modified time | relevance | path

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

/linux-4.4.14/net/bridge/netfilter/
Debtables.c1973 static int ebt_size_mwt(struct compat_ebt_entry_mwt *match32, in ebt_size_mwt() argument
1983 buf = (char *) match32; in ebt_size_mwt()
1985 while (size_left >= sizeof(*match32)) { in ebt_size_mwt()
1995 ret = ebt_buf_add(state, buf, sizeof(*match32)); in ebt_size_mwt()
1998 size_left -= sizeof(*match32); in ebt_size_mwt()
2005 if (match32->match_size > size_left) in ebt_size_mwt()
2008 size_left -= match32->match_size; in ebt_size_mwt()
2010 ret = compat_mtw_from_user(match32, type, state, base); in ebt_size_mwt()
2014 BUG_ON(ret < match32->match_size); in ebt_size_mwt()
2015 growth += ret - match32->match_size; in ebt_size_mwt()
[all …]