Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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.c1429 net_get_random_once(&hashrnd, sizeof(hashrnd)); in __flow_hash_secret_init()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dninet_hashtables.c50 net_get_random_once(&net_secret, sizeof(net_secret)); in net_secret_init()
172 net_get_random_once(&ninet_ehash_secret, sizeof(ninet_ehash_secret)); in ninet_ehashfn()
173 net_get_random_once(&ninet_hash_secret, sizeof(ninet_hash_secret)); in ninet_ehashfn()
/kernel/linux/linux-5.10/net/ipv6/
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.c58 net_get_random_once(syncookie6_secret, sizeof(syncookie6_secret)); in cookie_hash()
Dudp.c81 net_get_random_once(&udp6_ehash_secret, in udp6_ehashfn()
83 net_get_random_once(&udp_ipv6_hash_secret, in udp6_ehashfn()
Droute.c1495 net_get_random_once(&rt6_exception_key, sizeof(rt6_exception_key)); in rt6_exception_hash()
/kernel/linux/linux-5.10/net/mptcp/
Dsyncookies.c44 net_get_random_once(&mptcp_join_hash_secret, in mptcp_join_entry_hash()
/kernel/linux/linux-5.10/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.c901 net_get_random_once(&rds_gen_num, sizeof(rds_gen_num)); in rds_init()
/kernel/linux/linux-5.10/net/netfilter/
Dxt_RATEEST.c121 net_get_random_once(&jhash_rnd, sizeof(jhash_rnd)); in xt_rateest_tg_checkentry()
Dnf_conncount.c527 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.c467 net_get_random_once(&ct_id_seed, sizeof(ct_id_seed)); in nf_ct_get_id()
Dnf_conntrack_netlink.c2980 net_get_random_once(&exp_id_seed, sizeof(exp_id_seed)); in nf_expect_get_id()
/kernel/linux/linux-5.10/include/linux/
Dnet.h285 #define net_get_random_once(buf, nbytes) \ macro
/kernel/linux/linux-5.10/net/ipv4/
Dsyncookies.c51 net_get_random_once(syncookie_secret, sizeof(syncookie_secret)); in cookie_hash()
Dinet_hashtables.c38 net_get_random_once(&inet_ehash_secret, sizeof(inet_ehash_secret)); in inet_ehashfn()
Dudp.c407 net_get_random_once(&udp_ehash_secret, sizeof(udp_ehash_secret)); in udp_ehashfn()
3191 net_get_random_once(&hashrnd, sizeof(hashrnd)); in udp_flow_hashrnd()
Droute.c648 net_get_random_once(&fnhe_hash_key, sizeof(fnhe_hash_key)); in fnhe_hashfun()
/kernel/linux/linux-5.10/net/ipv6/ila/
Dila_xlat.c38 net_get_random_once(&hashrnd, sizeof(hashrnd)); in __ila_hash_secret_init()
/kernel/linux/linux-5.10/drivers/net/ipvlan/
Dipvlan_core.c11 net_get_random_once(&ipvlan_jhash_secret, sizeof(ipvlan_jhash_secret)); in ipvlan_init_secret()
/kernel/linux/linux-5.10/drivers/net/hyperv/
Dnetvsc_drv.c258 net_get_random_once(&hashrnd, sizeof(hashrnd)); in netvsc_get_hash()
/kernel/linux/linux-5.10/net/ethtool/
Dioctl.c1040 net_get_random_once(netdev_rss_key, sizeof(netdev_rss_key)); in netdev_rss_key_fill()

12