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

/linux-4.4.14/include/uapi/linux/netfilter/
H A Dxt_HMARK.h45 __u32 hashrnd; member in struct:xt_hmark_info
/linux-4.4.14/net/ipv6/
H A Doutput_core.c13 static u32 __ipv6_select_ident(struct net *net, u32 hashrnd, __ipv6_select_ident() argument
19 hash = __ipv6_addr_jhash(dst, hashrnd); __ipv6_select_ident()
/linux-4.4.14/net/sched/
H A Dcls_flow.c59 u32 hashrnd; member in struct:flow_filter
320 classid = jhash2(keys, f->nkeys, f->hashrnd); flow_classify()
345 get_random_bytes(&f->hashrnd, 4); flow_perturbation()
455 fnew->hashrnd = fold->hashrnd; flow_change()
497 get_random_bytes(&fnew->hashrnd, 4); flow_change()
/linux-4.4.14/net/core/
H A Dflow_dissector.c504 static u32 hashrnd __read_mostly; __flow_hash_secret_init()
507 net_get_random_once(&hashrnd, sizeof(hashrnd)); __flow_hash_secret_init()
625 return __flow_hash_from_keys(keys, hashrnd); flow_hash_from_keys()
680 __skb_set_sw_hash(skb, ___skb_get_hash(skb, &keys, hashrnd), __skb_get_hash()
/linux-4.4.14/net/netfilter/
H A Dxt_HMARK.c126 hash = jhash_3words(src, dst, t->uports.v32, info->hashrnd); hmark_hash()
/linux-4.4.14/net/ipv4/
H A Dudp.c2558 static u32 hashrnd __read_mostly; udp_flow_hashrnd()
2560 net_get_random_once(&hashrnd, sizeof(hashrnd)); udp_flow_hashrnd()
2562 return hashrnd; udp_flow_hashrnd()

Completed in 247 milliseconds