Searched defs:tipc_sock (Results 1 – 1 of 1) sorted by relevance
96 struct tipc_sock { struct97 struct sock sk;98 u32 conn_type;99 u32 conn_instance;100 int published;101 u32 max_pkt;102 u32 maxnagle;103 u32 portid;104 struct tipc_msg phdr;105 struct list_head cong_links;[all …]