Searched refs:mwt (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/bridge/netfilter/ |
D | ebtables.c | 1899 static int compat_mtw_from_user(struct compat_ebt_entry_mwt *mwt, in compat_mtw_from_user() argument 1909 unsigned int size_kern, match_size = mwt->match_size; in compat_mtw_from_user() 1911 strlcpy(name, mwt->u.name, sizeof(name)); in compat_mtw_from_user() 1925 match->compat_from_user(dst, mwt->data); in compat_mtw_from_user() 1927 memcpy(dst, mwt->data, match_size); in compat_mtw_from_user() 1944 wt->compat_from_user(dst, mwt->data); in compat_mtw_from_user() 1946 memcpy(dst, mwt->data, match_size); in compat_mtw_from_user()
|