Home
last modified time | relevance | path

Searched refs:net_get_random_once (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/net/ipv6/
Doutput_core.c54 net_get_random_once(&ip6_proxy_idents_hashrnd, in ipv6_proxy_select_ident()
69 net_get_random_once(&ip6_idents_hashrnd, sizeof(ip6_idents_hashrnd)); in ipv6_select_ident()
Dinet6_hashtables.c35 net_get_random_once(&inet6_ehash_secret, sizeof(inet6_ehash_secret)); in inet6_ehashfn()
36 net_get_random_once(&ipv6_hash_secret, sizeof(ipv6_hash_secret)); in inet6_ehashfn()
Dsyncookies.c69 net_get_random_once(syncookie6_secret, sizeof(syncookie6_secret)); in cookie_hash()
Dudp.c67 net_get_random_once(&udp6_ehash_secret, in udp6_ehashfn()
69 net_get_random_once(&udp_ipv6_hash_secret, in udp6_ehashfn()
Dreassembly.c89 net_get_random_once(&ip6_frags.rnd, sizeof(ip6_frags.rnd)); in inet6_hash_frag()
/linux-4.1.27/net/core/
Dsecure_seq.c21 net_get_random_once(net_secret, sizeof(net_secret)); in net_secret_init()
Dflow_dissector.c274 net_get_random_once(&hashrnd, sizeof(hashrnd)); in __flow_hash_secret_init()
Dethtool.c595 net_get_random_once(netdev_rss_key, sizeof(netdev_rss_key)); in netdev_rss_key_fill()
/linux-4.1.27/net/ipv4/
Dtcp_fastopen.c27 if (net_get_random_once(key, sizeof(key)) && publish) in tcp_fastopen_init_key_once()
Dsyncookies.c61 net_get_random_once(syncookie_secret, sizeof(syncookie_secret)); in cookie_hash()
Dinet_hashtables.c33 net_get_random_once(&inet_ehash_secret, sizeof(inet_ehash_secret)); in inet_ehashfn()
Dip_fragment.c105 net_get_random_once(&ip4_frags.rnd, sizeof(ip4_frags.rnd)); in ipqhashfn()
Dudp.c431 net_get_random_once(&udp_ehash_secret, sizeof(udp_ehash_secret)); in udp_ehashfn()
2545 net_get_random_once(&hashrnd, sizeof(hashrnd)); in udp_flow_hashrnd()
Droute.c491 net_get_random_once(&ip_idents_hashrnd, sizeof(ip_idents_hashrnd)); in __ip_select_ident()
602 net_get_random_once(&fnhe_hashrnd, sizeof(fnhe_hashrnd)); in fnhe_hashfun()
/linux-4.1.27/include/linux/
Dnet.h249 #define net_get_random_once(buf, nbytes) \ macro
/linux-4.1.27/net/rds/
Dconnection.c58 net_get_random_once(&rds_hash_secret, sizeof(rds_hash_secret)); in rds_conn_bucket()
/linux-4.1.27/net/ieee802154/6lowpan/
Dreassembly.c55 net_get_random_once(&lowpan_frags.rnd, sizeof(lowpan_frags.rnd)); in lowpan_hash_frag()
/linux-4.1.27/net/ipv6/netfilter/
Dnf_conntrack_reasm.c159 net_get_random_once(&nf_frags.rnd, sizeof(nf_frags.rnd)); in nf_hash_frag()
/linux-4.1.27/drivers/net/ipvlan/
Dipvlan_core.c16 net_get_random_once(&ipvlan_jhash_secret, sizeof(ipvlan_jhash_secret)); in ipvlan_init_secret()