Home
last modified time | relevance | path

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

/Linux-v6.6/net/core/
Dsecure_seq.c29 net_get_random_once(&net_secret, sizeof(net_secret)); in net_secret_init()
34 net_get_random_once(&ts_secret, sizeof(ts_secret)); in ts_secret_init()
Dflow_dissector.c1671 net_get_random_once(&hashrnd, sizeof(hashrnd)); in __flow_hash_secret_init()
/Linux-v6.6/net/ipv6/
Dinet6_hashtables.c33 net_get_random_once(&inet6_ehash_secret, sizeof(inet6_ehash_secret)); in inet6_ehashfn()
34 net_get_random_once(&ipv6_hash_secret, sizeof(ipv6_hash_secret)); in inet6_ehashfn()
Dsyncookies.c58 net_get_random_once(syncookie6_secret, sizeof(syncookie6_secret)); in cookie_hash()
Dudp.c87 net_get_random_once(&udp6_ehash_secret, in udp6_ehashfn()
89 net_get_random_once(&udp_ipv6_hash_secret, in udp6_ehashfn()
Droute.c1498 net_get_random_once(&rt6_exception_key, sizeof(rt6_exception_key)); in rt6_exception_hash()
/Linux-v6.6/net/mptcp/
Dsyncookies.c44 net_get_random_once(&mptcp_join_hash_secret, in mptcp_join_entry_hash()
/Linux-v6.6/net/rds/
Dbind.c124 net_get_random_once(&rs->rs_hash_initval, in rds_add_bound()
Dconnection.c62 net_get_random_once(&rds_hash_secret, sizeof(rds_hash_secret)); in rds_conn_bucket()
63 net_get_random_once(&rds6_hash_secret, sizeof(rds6_hash_secret)); in rds_conn_bucket()
Daf_rds.c900 net_get_random_once(&rds_gen_num, sizeof(rds_gen_num)); in rds_init()
/Linux-v6.6/net/netfilter/
Dxt_RATEEST.c121 net_get_random_once(&jhash_rnd, sizeof(jhash_rnd)); in xt_rateest_tg_checkentry()
Dnf_tables_trace.c313 net_get_random_once(&trace_key, sizeof(trace_key)); in nft_trace_init()
Dnf_conncount.c538 net_get_random_once(&conncount_rnd, sizeof(conncount_rnd)); in nf_conncount_init()
Dxt_recent.c346 net_get_random_once(&hash_rnd, sizeof(hash_rnd)); in recent_mt_check()
Dnf_conntrack_core.c492 net_get_random_once(&ct_id_seed, sizeof(ct_id_seed)); in nf_ct_get_id()
Dnf_conntrack_netlink.c2984 net_get_random_once(&exp_id_seed, sizeof(exp_id_seed)); in nf_expect_get_id()
/Linux-v6.6/include/linux/
Dnet.h308 #define net_get_random_once(buf, nbytes) \ macro
/Linux-v6.6/net/ipv4/
Dsyncookies.c49 net_get_random_once(syncookie_secret, sizeof(syncookie_secret)); in cookie_hash()
Dinet_hashtables.c37 net_get_random_once(&inet_ehash_secret, sizeof(inet_ehash_secret)); in inet_ehashfn()
Dudp.c416 net_get_random_once(&udp_ehash_secret, sizeof(udp_ehash_secret)); in udp_ehashfn()
3420 net_get_random_once(&hashrnd, sizeof(hashrnd)); in udp_flow_hashrnd()
Droute.c619 net_get_random_once(&fnhe_hash_key, sizeof(fnhe_hash_key)); in fnhe_hashfun()
/Linux-v6.6/net/ipv6/ila/
Dila_xlat.c37 net_get_random_once(&hashrnd, sizeof(hashrnd)); in __ila_hash_secret_init()
/Linux-v6.6/drivers/net/ipvlan/
Dipvlan_core.c11 net_get_random_once(&ipvlan_jhash_secret, sizeof(ipvlan_jhash_secret)); in ipvlan_init_secret()
/Linux-v6.6/drivers/net/hyperv/
Dhyperv_net.h1077 net_get_random_once(&hashrnd, sizeof(hashrnd)); in netvsc_get_hash()
/Linux-v6.6/net/ethtool/
Dioctl.c1053 net_get_random_once(netdev_rss_key, sizeof(netdev_rss_key)); in netdev_rss_key_fill()