Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dflow_dissector.c271 static u32 hashrnd __read_mostly;
274 net_get_random_once(&hashrnd, sizeof(hashrnd)); in __flow_hash_secret_init()
280 return jhash_3words(a, b, c, hashrnd); in __flow_hash_3words()
/linux-4.1.27/net/ipv6/
Doutput_core.c12 static u32 __ipv6_select_ident(struct net *net, u32 hashrnd, in __ipv6_select_ident() argument
17 hash = __ipv6_addr_jhash(dst, hashrnd); in __ipv6_select_ident()
/linux-4.1.27/net/sched/
Dcls_flow.c58 u32 hashrnd; member
307 classid = jhash2(keys, f->nkeys, f->hashrnd); in flow_classify()
332 get_random_bytes(&f->hashrnd, 4); in flow_perturbation()
442 fnew->hashrnd = fold->hashrnd; in flow_change()
484 get_random_bytes(&fnew->hashrnd, 4); in flow_change()
/linux-4.1.27/include/uapi/linux/netfilter/
Dxt_HMARK.h45 __u32 hashrnd; member
/linux-4.1.27/net/netfilter/
Dxt_HMARK.c126 hash = jhash_3words(src, dst, t->uports.v32, info->hashrnd); in hmark_hash()
/linux-4.1.27/net/ipv4/
Dudp.c2543 static u32 hashrnd __read_mostly; in udp_flow_hashrnd()
2545 net_get_random_once(&hashrnd, sizeof(hashrnd)); in udp_flow_hashrnd()
2547 return hashrnd; in udp_flow_hashrnd()