Searched defs:tipc_sock (Results 1 – 1 of 1) sorted by relevance
94 struct tipc_sock { struct95 struct sock sk;96 u32 conn_type;97 u32 conn_instance;98 int published;99 u32 max_pkt;100 u32 portid;101 struct tipc_msg phdr;125 static void tipc_sock_destruct(struct sock *sk); argument130 static int tipc_sk_publish(struct tipc_sock *tsk, uint scope, argument