Searched refs:net_get_random_once (Results 1 – 16 of 16) sorted by relevance
| /linux/net/core/ |
| H A D | secure_seq.c | 28 net_get_random_once(&net_secret, sizeof(net_secret)); in net_secret_init()
|
| H A D | flow_dissector.c | 1710 net_get_random_once(&hashrnd, sizeof(hashrnd)); in __flow_hash_secret_init()
|
| /linux/net/mptcp/ |
| H A D | syncookies.c | 44 net_get_random_once(&mptcp_join_hash_secret, in mptcp_join_entry_hash()
|
| /linux/net/rds/ |
| H A D | bind.c | 124 net_get_random_once(&rs->rs_hash_initval, in rds_add_bound()
|
| H A D | connection.c | 63 net_get_random_once(&rds_hash_secret, sizeof(rds_hash_secret)); in rds_conn_bucket() 64 net_get_random_once(&rds6_hash_secret, sizeof(rds6_hash_secret)); in rds_conn_bucket()
|
| /linux/net/netfilter/ |
| H A D | xt_RATEEST.c | 121 net_get_random_once(&jhash_rnd, sizeof(jhash_rnd)); in xt_rateest_tg_checkentry()
|
| H A D | xt_recent.c | 346 net_get_random_once(&hash_rnd, sizeof(hash_rnd)); in recent_mt_check()
|
| H A D | nf_conntrack_core.c | 486 net_get_random_once(&ct_id_seed, sizeof(ct_id_seed)); in nf_ct_get_id()
|
| H A D | nf_conntrack_netlink.c | 2986 net_get_random_once(&exp_id_seed, sizeof(exp_id_seed)); in nf_expect_get_id()
|
| /linux/include/linux/ |
| H A D | net.h | 353 #define net_get_random_once(buf, nbytes) \ macro
|
| /linux/net/ipv6/ila/ |
| H A D | ila_xlat.c | 37 net_get_random_once(&hashrnd, sizeof(hashrnd)); in __ila_hash_secret_init()
|
| /linux/net/ipv6/ |
| H A D | udp.c | 86 net_get_random_once(&udp6_ehash_secret, in udp6_ehashfn() 88 net_get_random_once(&udp_ipv6_hash_secret, in udp6_ehashfn()
|
| H A D | route.c | 1560 net_get_random_once(&rt6_exception_key, sizeof(rt6_exception_key)); in rt6_exception_hash()
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_rpc.c | 29 net_get_random_once(rss_key, sizeof(rss_key)); in fbnic_rss_key_fill()
|
| /linux/net/ipv4/ |
| H A D | udp.c | 409 net_get_random_once(&udp_ehash_secret, sizeof(udp_ehash_secret)); in udp_ehashfn() 3693 net_get_random_once(&hashrnd, sizeof(hashrnd)); in udp_flow_hashrnd()
|
| H A D | route.c | 625 net_get_random_once(&fnhe_hash_key, sizeof(fnhe_hash_key)); in fnhe_hashfun()
|