Home
last modified time | relevance | path

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

/linux/include/linux/spi/
H A Dspi.h1234 } *mwt; in spi_message_alloc() local
1237 mwt = kzalloc(struct_size(mwt, t, ntrans), flags); in spi_message_alloc()
1238 if (!mwt) in spi_message_alloc()
1241 spi_message_init_no_memset(&mwt->m); in spi_message_alloc()
1243 spi_message_add_tail(&mwt->t[i], &mwt->m); in spi_message_alloc()
1245 return &mwt->m; in spi_message_alloc()
/linux/net/bridge/netfilter/
H A Debtables.c1955 static int compat_mtw_from_user(const struct compat_ebt_entry_mwt *mwt, in compat_mtw_from_user() argument
1965 unsigned int size_kern, match_size = mwt->match_size; in compat_mtw_from_user()
1967 if (strscpy(name, mwt->u.name, sizeof(name)) < 0) in compat_mtw_from_user()
1976 mwt->u.revision); in compat_mtw_from_user()
1983 match->compat_from_user(dst, mwt->data); in compat_mtw_from_user()
1985 memcpy(dst, mwt->data, match_size); in compat_mtw_from_user()
1996 mwt->u.revision); in compat_mtw_from_user()
2003 wt->compat_from_user(dst, mwt->data); in compat_mtw_from_user()
2005 memcpy(dst, mwt->data, match_size); in compat_mtw_from_user()