Searched defs:tipc_sock (Results 1 – 1 of 1) sorted by relevance
109 struct tipc_sock { struct110 struct sock sk;111 u32 max_pkt;112 u32 maxnagle;113 u32 portid;114 struct tipc_msg phdr;115 struct list_head cong_links;116 struct list_head publications;117 u32 pub_count;118 atomic_t dupl_rcvcnt;[all …]