Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/netfilter/
Debtables.c1897 static int compat_mtw_from_user(struct compat_ebt_entry_mwt *mwt, in compat_mtw_from_user() argument
1907 unsigned int size_kern, match_size = mwt->match_size; in compat_mtw_from_user()
1909 strlcpy(name, mwt->u.name, sizeof(name)); in compat_mtw_from_user()
1923 match->compat_from_user(dst, mwt->data); in compat_mtw_from_user()
1925 memcpy(dst, mwt->data, match_size); in compat_mtw_from_user()
1942 wt->compat_from_user(dst, mwt->data); in compat_mtw_from_user()
1944 memcpy(dst, mwt->data, match_size); in compat_mtw_from_user()