Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c941 u64 uhash = 0; in cxgb4vf_mac_sync() local
948 NULL, ucast ? &uhash : &mhash, false); in cxgb4vf_mac_sync()
955 if (uhash || mhash) { in cxgb4vf_mac_sync()
/linux/kernel/bpf/
H A Dsyscall.c5305 char __user *uhash = u64_to_user_ptr(info.hash); in bpf_map_get_info_by_fd() local
5317 if (copy_to_user(uhash, map->sha, SHA256_DIGEST_SIZE) != 0) in bpf_map_get_info_by_fd()