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;117 u32 pub_count;119 u16 conn_timeout;122 u16 snt_unacked;123 u16 snd_win;147 static void tipc_sock_destruct(struct sock *sk); argument[all …]
Completed in 22 milliseconds