Searched refs:hash_size (Results 26 - 29 of 29) sorted by relevance

12

/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c309 .hash_size = RSI_HASHMAX,
587 .hash_size = RSC_HASHMAX,
/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c3706 int hash_size; local
3725 hash_size = crypto_shash_digestsize(peer_integrity_tfm);
3726 int_dig_in = kmalloc(hash_size, GFP_KERNEL);
3727 int_dig_vv = kmalloc(hash_size, GFP_KERNEL);
/linux-master/io_uring/
H A Dio_uring.c272 size_t hash_size = hash_buckets * sizeof(table->hbs[0]); local
274 table->hbs = kmalloc(hash_size, GFP_KERNEL);
/linux-master/net/ipv4/
H A Dtcp_output.c447 u8 hash_size; /* bytes in hash_location */ member in struct:tcp_out_options

Completed in 465 milliseconds

12