Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
Dsocket.c96 struct tipc_sock { struct
97 struct sock sk;
98 u32 conn_type;
99 u32 conn_instance;
100 int published;
101 u32 max_pkt;
102 u32 maxnagle;
103 u32 portid;
104 struct tipc_msg phdr;
105 struct list_head cong_links;
[all …]
/kernel/linux/linux-4.19/net/tipc/
Dsocket.c94 struct tipc_sock { struct
95 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); argument
130 static int tipc_sk_publish(struct tipc_sock *tsk, uint scope, argument