Home
last modified time | relevance | path

Searched refs:construct (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dhwbm.c36 if (bm_pool->construct) in hwbm_pool_refill()
37 if (bm_pool->construct(bm_pool, buf)) { in hwbm_pool_refill()
/kernel/linux/linux-6.6/net/core/
H A Dhwbm.c36 if (bm_pool->construct) in hwbm_pool_refill()
37 if (bm_pool->construct(bm_pool, buf)) { in hwbm_pool_refill()
/kernel/linux/linux-5.10/include/net/
H A Dhwbm.h13 int (*construct)(struct hwbm_pool *bm_pool, void *buf); member
/kernel/linux/linux-6.6/include/net/
H A Dhwbm.h15 int (*construct)(struct hwbm_pool *bm_pool, void *buf); member
/kernel/linux/linux-6.6/fs/smb/server/
H A Dauth.c225 char *construct = NULL; in ksmbd_auth_ntlmv2() local
255 construct = kzalloc(len, GFP_KERNEL); in ksmbd_auth_ntlmv2()
256 if (!construct) { in ksmbd_auth_ntlmv2()
261 memcpy(construct, cryptkey, CIFS_CRYPTO_KEY_SIZE); in ksmbd_auth_ntlmv2()
262 memcpy(construct + CIFS_CRYPTO_KEY_SIZE, &ntlmv2->blob_signature, blen); in ksmbd_auth_ntlmv2()
264 rc = crypto_shash_update(CRYPTO_HMACMD5(ctx), construct, len); in ksmbd_auth_ntlmv2()
289 kfree(construct); in ksmbd_auth_ntlmv2()
294 * ksmbd_decode_ntlmssp_auth_blob() - helper function to construct
376 * ksmbd_decode_ntlmssp_neg_blob() - helper function to construct
403 * ksmbd_build_ntlmssp_challenge_blob() - helper function to construct
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dmvneta_bm.c191 hwbm_pool->construct = mvneta_bm_construct; in mvneta_bm_pool_use()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dmvneta_bm.c191 hwbm_pool->construct = mvneta_bm_construct; in mvneta_bm_pool_use()

Completed in 4 milliseconds