Searched refs:net_get_random_once (Results 1 – 20 of 20) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | output_core.c | 56 net_get_random_once(&ip6_proxy_idents_hashrnd, in ipv6_proxy_select_ident() 72 net_get_random_once(&ip6_idents_hashrnd, sizeof(ip6_idents_hashrnd)); in ipv6_select_ident()
|
D | inet6_hashtables.c | 35 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()
|
D | syncookies.c | 52 net_get_random_once(syncookie6_secret, sizeof(syncookie6_secret)); in cookie_hash()
|
D | udp.c | 67 net_get_random_once(&udp6_ehash_secret, in udp6_ehashfn() 69 net_get_random_once(&udp_ipv6_hash_secret, in udp6_ehashfn()
|
D | reassembly.c | 89 net_get_random_once(&ip6_frags.rnd, sizeof(ip6_frags.rnd)); in inet6_hash_frag()
|
/linux-4.4.14/net/core/ |
D | secure_seq.c | 21 net_get_random_once(net_secret, sizeof(net_secret)); in net_secret_init()
|
D | flow_dissector.c | 507 net_get_random_once(&hashrnd, sizeof(hashrnd)); in __flow_hash_secret_init()
|
D | ethtool.c | 606 net_get_random_once(netdev_rss_key, sizeof(netdev_rss_key)); in netdev_rss_key_fill()
|
/linux-4.4.14/net/ipv4/ |
D | tcp_fastopen.c | 27 if (net_get_random_once(key, sizeof(key)) && publish) in tcp_fastopen_init_key_once()
|
D | syncookies.c | 61 net_get_random_once(syncookie_secret, sizeof(syncookie_secret)); in cookie_hash()
|
D | inet_hashtables.c | 34 net_get_random_once(&inet_ehash_secret, sizeof(inet_ehash_secret)); in inet_ehashfn()
|
D | ip_fragment.c | 109 net_get_random_once(&ip4_frags.rnd, sizeof(ip4_frags.rnd)); in ipqhashfn()
|
D | udp.c | 434 net_get_random_once(&udp_ehash_secret, sizeof(udp_ehash_secret)); in udp_ehashfn() 2560 net_get_random_once(&hashrnd, sizeof(hashrnd)); in udp_flow_hashrnd()
|
D | route.c | 493 net_get_random_once(&ip_idents_hashrnd, sizeof(ip_idents_hashrnd)); in __ip_select_ident() 604 net_get_random_once(&fnhe_hashrnd, sizeof(fnhe_hashrnd)); in fnhe_hashfun()
|
D | fib_semantics.c | 579 net_get_random_once(&fib_multipath_secret, in fib_rebalance()
|
/linux-4.4.14/include/linux/ |
D | net.h | 267 #define net_get_random_once(buf, nbytes) \ macro
|
/linux-4.4.14/net/rds/ |
D | connection.c | 58 net_get_random_once(&rds_hash_secret, sizeof(rds_hash_secret)); in rds_conn_bucket()
|
/linux-4.4.14/drivers/net/ipvlan/ |
D | ipvlan_core.c | 16 net_get_random_once(&ipvlan_jhash_secret, sizeof(ipvlan_jhash_secret)); in ipvlan_init_secret()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 159 net_get_random_once(&nf_frags.rnd, sizeof(nf_frags.rnd)); in nf_hash_frag()
|
/linux-4.4.14/net/ieee802154/6lowpan/ |
D | reassembly.c | 44 net_get_random_once(&lowpan_frags.rnd, sizeof(lowpan_frags.rnd)); in lowpan_hash_frag()
|