Searched refs:hashrnd (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | output_core.c | 13 static u32 __ipv6_select_ident(struct net *net, u32 hashrnd, in __ipv6_select_ident() argument 19 hash = __ipv6_addr_jhash(dst, hashrnd); in __ipv6_select_ident()
|
/linux-4.4.14/net/sched/ |
D | cls_flow.c | 59 u32 hashrnd; member 320 classid = jhash2(keys, f->nkeys, f->hashrnd); in flow_classify() 345 get_random_bytes(&f->hashrnd, 4); in flow_perturbation() 455 fnew->hashrnd = fold->hashrnd; in flow_change() 497 get_random_bytes(&fnew->hashrnd, 4); in flow_change()
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | xt_HMARK.h | 45 __u32 hashrnd; member
|
/linux-4.4.14/net/core/ |
D | flow_dissector.c | 504 static u32 hashrnd __read_mostly; 507 net_get_random_once(&hashrnd, sizeof(hashrnd)); in __flow_hash_secret_init() 625 return __flow_hash_from_keys(keys, hashrnd); in flow_hash_from_keys() 680 __skb_set_sw_hash(skb, ___skb_get_hash(skb, &keys, hashrnd), in __skb_get_hash()
|
/linux-4.4.14/net/netfilter/ |
D | xt_HMARK.c | 126 hash = jhash_3words(src, dst, t->uports.v32, info->hashrnd); in hmark_hash()
|
/linux-4.4.14/net/ipv4/ |
D | udp.c | 2558 static u32 hashrnd __read_mostly; in udp_flow_hashrnd() 2560 net_get_random_once(&hashrnd, sizeof(hashrnd)); in udp_flow_hashrnd() 2562 return hashrnd; in udp_flow_hashrnd()
|