Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dsocket.c80 struct tipc_sock { struct
81 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