Searched defs:tipc_link (Results 1 – 1 of 1) sorted by relevance
140 struct tipc_link { struct141 u32 addr;142 char name[TIPC_MAX_LINK_NAME];143 struct tipc_media_addr media_addr;144 struct timer_list timer;145 struct tipc_node *owner;146 struct list_head link_list;149 int started;150 u32 checkpoint;151 u32 peer_session;[all …]