Lines Matching defs:tipc_sock
109 struct tipc_sock { struct
110 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;
119 u16 conn_timeout;
120 bool probe_unacked;
121 u16 cong_link_cnt;
122 u16 snt_unacked;
123 u16 snd_win;
147 static void tipc_sock_destruct(struct sock *sk); argument
152 static int tipc_sk_publish(struct tipc_sock *tsk, struct tipc_uaddr *ua); argument