Home
last modified time | relevance | path

Searched defs:tipc_net (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
Dcore.h93 struct tipc_net { struct
94 u8 node_id[NODE_ID_LEN];
95 u32 node_addr;
96 u32 trial_addr;
97 unsigned long addr_trial_end;
98 char node_id_string[NODE_ID_STR_LEN];
99 int net_id;
100 int random;
101 bool legacy_addr_format;
104 spinlock_t node_list_lock;
[all …]
/kernel/linux/linux-6.6/net/tipc/
Dcore.h94 struct tipc_net { struct
95 u8 node_id[NODE_ID_LEN];
96 u32 node_addr;
97 u32 trial_addr;
98 unsigned long addr_trial_end;
99 char node_id_string[NODE_ID_STR_LEN];
100 int net_id;
101 int random;
102 bool legacy_addr_format;
105 spinlock_t node_list_lock;
[all …]