Home
last modified time | relevance | path

Searched refs:tipc_random (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/net/tipc/
Dcore.c55 int tipc_random; variable
152 get_random_bytes(&tipc_random, sizeof(tipc_random)); in tipc_core_start()
157 res = tipc_ref_table_init(tipc_max_ports, tipc_random); in tipc_core_start()
Dcore.h161 extern int tipc_random;
Dlink.c351 msg_set_session(msg, (tipc_random & 0xffff)); in tipc_link_create()