Searched refs:net_get_random_once (Results 1 – 24 of 24) sorted by relevance
/linux/net/core/ |
A D | secure_seq.c | 27 net_get_random_once(&net_secret, sizeof(net_secret)); in net_secret_init() 32 net_get_random_once(&ts_secret, sizeof(ts_secret)); in ts_secret_init()
|
A D | flow_dissector.c | 1467 net_get_random_once(&hashrnd, sizeof(hashrnd)); in __flow_hash_secret_init()
|
/linux/net/ipv6/ |
A 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()
|
A D | syncookies.c | 58 net_get_random_once(syncookie6_secret, sizeof(syncookie6_secret)); in cookie_hash()
|
A D | udp.c | 69 net_get_random_once(&udp6_ehash_secret, in udp6_ehashfn() 71 net_get_random_once(&udp_ipv6_hash_secret, in udp6_ehashfn()
|
A D | route.c | 1497 net_get_random_once(&rt6_exception_key, sizeof(rt6_exception_key)); in rt6_exception_hash()
|
/linux/net/mptcp/ |
A D | syncookies.c | 44 net_get_random_once(&mptcp_join_hash_secret, in mptcp_join_entry_hash()
|
/linux/net/netfilter/ |
A D | xt_RATEEST.c | 121 net_get_random_once(&jhash_rnd, sizeof(jhash_rnd)); in xt_rateest_tg_checkentry()
|
A D | nf_conncount.c | 527 net_get_random_once(&conncount_rnd, sizeof(conncount_rnd)); in nf_conncount_init()
|
A D | xt_recent.c | 346 net_get_random_once(&hash_rnd, sizeof(hash_rnd)); in recent_mt_check()
|
A D | nf_conntrack_core.c | 488 net_get_random_once(&ct_id_seed, sizeof(ct_id_seed)); in nf_ct_get_id()
|
A D | nf_conntrack_netlink.c | 3002 net_get_random_once(&exp_id_seed, sizeof(exp_id_seed)); in nf_expect_get_id()
|
/linux/net/rds/ |
A D | bind.c | 124 net_get_random_once(&rs->rs_hash_initval, in rds_add_bound()
|
A D | connection.c | 62 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()
|
A D | af_rds.c | 901 net_get_random_once(&rds_gen_num, sizeof(rds_gen_num)); in rds_init()
|
/linux/include/linux/ |
A D | net.h | 285 #define net_get_random_once(buf, nbytes) \ macro
|
/linux/net/ipv4/ |
A D | inet_hashtables.c | 37 net_get_random_once(&inet_ehash_secret, sizeof(inet_ehash_secret)); in inet_ehashfn() 766 net_get_random_once(table_perturb, sizeof(table_perturb)); in __inet_hash_connect()
|
A D | syncookies.c | 49 net_get_random_once(syncookie_secret, sizeof(syncookie_secret)); in cookie_hash()
|
A D | udp.c | 406 net_get_random_once(&udp_ehash_secret, sizeof(udp_ehash_secret)); in udp_ehashfn() 3242 net_get_random_once(&hashrnd, sizeof(hashrnd)); in udp_flow_hashrnd()
|
A D | route.c | 608 net_get_random_once(&fnhe_hash_key, sizeof(fnhe_hash_key)); in fnhe_hashfun()
|
/linux/net/ipv6/ila/ |
A D | ila_xlat.c | 38 net_get_random_once(&hashrnd, sizeof(hashrnd)); in __ila_hash_secret_init()
|
/linux/drivers/net/ipvlan/ |
A D | ipvlan_core.c | 11 net_get_random_once(&ipvlan_jhash_secret, sizeof(ipvlan_jhash_secret)); in ipvlan_init_secret()
|
/linux/drivers/net/hyperv/ |
A D | netvsc_drv.c | 256 net_get_random_once(&hashrnd, sizeof(hashrnd)); in netvsc_get_hash()
|
/linux/net/ethtool/ |
A D | ioctl.c | 1059 net_get_random_once(netdev_rss_key, sizeof(netdev_rss_key)); in netdev_rss_key_fill()
|
Completed in 87 milliseconds