Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/hyperv/
Drndis_filter.c396 const u32 *hash_info, in rsc_add_data() argument
407 nvchan->rsc.hash_info = hash_info; in rsc_add_data()
425 const u32 *hash_info; in rndis_filter_receive_data() local
467 hash_info = rndis_get_ppi(ndev, rndis_pkt, rpkt_len, NBL_HASH_VALUE, 0); in rndis_filter_receive_data()
499 rsc_add_data(nvchan, vlan, csum_info, hash_info, in rndis_filter_receive_data()
Dnetvsc_drv.c601 u32 *hash_info; in netvsc_xmit() local
604 hash_info = init_ppi_data(rndis_msg, NDIS_HASH_PPI_SIZE, in netvsc_xmit()
606 *hash_info = hash; in netvsc_xmit()
821 const u32 *hash_info = nvchan->rsc.hash_info; in netvsc_alloc_recv_skb() local
877 if (hash_info && (net->features & NETIF_F_RXHASH)) in netvsc_alloc_recv_skb()
878 skb_set_hash(skb, *hash_info, PKT_HASH_TYPE_L4); in netvsc_alloc_recv_skb()
Dhyperv_net.h876 const u32 *hash_info; member
/Linux-v5.10/crypto/
DMakefile197 obj-$(CONFIG_CRYPTO_HASH_INFO) += hash_info.o
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c1069 static void inet_inherit_port(struct inet_hashinfo *hash_info, in inet_inherit_port() argument
/Linux-v5.10/Documentation/admin-guide/
Dkernel-parameters.txt1744 in crypto/hash_info.h.