Searched refs:hashrnd (Results 1 – 10 of 10) sorted by relevance
/linux/net/sched/ |
A D | cls_flow.c | 55 u32 hashrnd; member 323 classid = jhash2(keys, f->nkeys, f->hashrnd); in flow_classify() 348 get_random_bytes(&f->hashrnd, 4); in flow_perturbation() 468 fnew->hashrnd = fold->hashrnd; in flow_change() 513 get_random_bytes(&fnew->hashrnd, 4); in flow_change()
|
/linux/kernel/bpf/ |
A D | hashtab.c | 104 u32 hashrnd; member 531 htab->hashrnd = 0; in htab_map_alloc() 533 htab->hashrnd = get_random_int(); in htab_map_alloc() 568 return jhash(key, key_len, hashrnd); in htab_map_hash() 634 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_map_lookup_elem() 785 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_map_get_next_key() 1039 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_map_update_elem() 1141 hash = htab_map_hash(key, key_size, htab->hashrnd); in htab_lru_map_update_elem() 1209 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_percpu_map_update_elem() 1264 hash = htab_map_hash(key, key_size, htab->hashrnd); in __htab_lru_percpu_map_update_elem() [all …]
|
/linux/net/ipv6/ila/ |
A D | ila_xlat.c | 35 static u32 hashrnd __read_mostly; 38 net_get_random_once(&hashrnd, sizeof(hashrnd)); in __ila_hash_secret_init() 46 return jhash_2words(v[0], v[1], hashrnd); in ila_locator_hash()
|
/linux/include/uapi/linux/netfilter/ |
A D | xt_HMARK.h | 47 __u32 hashrnd; member
|
/linux/net/core/ |
A D | flow_dissector.c | 1464 static siphash_key_t hashrnd __read_mostly; 1467 net_get_random_once(&hashrnd, sizeof(hashrnd)); in __flow_hash_secret_init() 1580 return __flow_hash_from_keys(keys, &hashrnd); in flow_hash_from_keys() 1634 return __flow_hash_from_keys(&keys, &hashrnd); in __skb_get_hash_symmetric() 1654 hash = ___skb_get_hash(skb, &keys, &hashrnd); in __skb_get_hash()
|
/linux/drivers/net/hyperv/ |
A D | netvsc_drv.c | 254 static u32 hashrnd __read_mostly; in netvsc_get_hash() 256 net_get_random_once(&hashrnd, sizeof(hashrnd)); in netvsc_get_hash() 283 hash = jhash2((u32 *)&flow.addrs.v4addrs, 2, hashrnd); in netvsc_get_hash() 285 hash = jhash2((u32 *)&flow.addrs.v6addrs, 8, hashrnd); in netvsc_get_hash()
|
/linux/net/netfilter/ |
A D | xt_HMARK.c | 125 hash = jhash_3words(src, dst, t->uports.v32, info->hashrnd); in hmark_hash()
|
/linux/net/ipv4/ |
A D | udp.c | 3240 static u32 hashrnd __read_mostly; in udp_flow_hashrnd() 3242 net_get_random_once(&hashrnd, sizeof(hashrnd)); in udp_flow_hashrnd() 3244 return hashrnd; in udp_flow_hashrnd()
|
/linux/ |
A D | System.map | 130234 ffff800011dcf4e8 d hashrnd 130315 ffff800011dd1bfc d hashrnd.4
|
A D | .tmp_System.map | 130234 ffff800011dcf4e8 d hashrnd 130315 ffff800011dd1bfc d hashrnd.4
|
Completed in 338 milliseconds