Home
last modified time | relevance | path

Searched defs:tipc_sock (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/tipc/
Dsocket.c81 struct tipc_sock { struct
82 struct sock sk;
83 int connected;
84 u32 conn_type;
108 static void tipc_sock_destruct(struct sock *sk); argument
113 static int tipc_sk_publish(struct tipc_sock *tsk, uint scope, argument