Lines Matching defs:tipc_sock
110 struct tipc_sock { struct
111 struct sock sk;
112 u32 max_pkt;
113 u32 maxnagle;
114 u32 portid;
115 struct tipc_msg phdr;
116 struct list_head cong_links;
117 struct list_head publications;
118 u32 pub_count;
119 atomic_t dupl_rcvcnt;
120 u16 conn_timeout;
121 bool probe_unacked;
122 u16 cong_link_cnt;
123 u16 snt_unacked;
124 u16 snd_win;
148 static void tipc_sock_destruct(struct sock *sk); argument
153 static int tipc_sk_publish(struct tipc_sock *tsk, struct tipc_uaddr *ua); argument