Home
last modified time | relevance | path

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

/linux-6.15/net/tipc/
H A Dsocket.c109 struct tipc_sock { struct
110 struct sock sk;
111 u32 max_pkt;
112 u32 maxnagle;
113 u32 portid;
117 u32 pub_count;
119 u16 conn_timeout;
122 u16 snt_unacked;
123 u16 snd_win;
147 static void tipc_sock_destruct(struct sock *sk); argument
[all …]