Lines Matching defs:tipc_sock
96 struct tipc_sock { struct
97 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;
106 struct list_head publications;
107 u32 pub_count;
108 atomic_t dupl_rcvcnt;
109 u16 conn_timeout;
110 bool probe_unacked;
111 u16 cong_link_cnt;
135 static void tipc_sock_destruct(struct sock *sk); argument
140 static int tipc_sk_publish(struct tipc_sock *tsk, uint scope, argument