Home
last modified time | relevance | path

Searched refs:hashrnd (Results 1 – 5 of 5) sorted by relevance

/net/sched/
Dcls_flow.c55 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()
/net/ipv6/ila/
Dila_xlat.c35 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()
/net/core/
Dflow_dissector.c1373 static siphash_key_t hashrnd __read_mostly;
1376 net_get_random_once(&hashrnd, sizeof(hashrnd)); in __flow_hash_secret_init()
1486 return __flow_hash_from_keys(keys, &hashrnd); in flow_hash_from_keys()
1540 return __flow_hash_from_keys(&keys, &hashrnd); in __skb_get_hash_symmetric()
1560 hash = ___skb_get_hash(skb, &keys, &hashrnd); in __skb_get_hash()
/net/netfilter/
Dxt_HMARK.c125 hash = jhash_3words(src, dst, t->uports.v32, info->hashrnd); in hmark_hash()
/net/ipv4/
Dudp.c3024 static u32 hashrnd __read_mostly; in udp_flow_hashrnd()
3026 net_get_random_once(&hashrnd, sizeof(hashrnd)); in udp_flow_hashrnd()
3028 return hashrnd; in udp_flow_hashrnd()