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

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

Completed in 123 milliseconds