Searched defs:tipc_sock (Results 1 – 1 of 1) sorted by relevance
80 struct tipc_sock { struct81 struct sock sk;82 int connected;83 u32 conn_type;84 u32 conn_instance;85 int published;86 u32 max_pkt;87 u32 portid;111 static int tipc_sk_publish(struct tipc_sock *tsk, uint scope, argument