Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/
Dsocket.c109 struct tipc_sock { struct
110 struct sock sk;
111 u32 max_pkt;
112 u32 maxnagle;
113 u32 portid;
114 struct tipc_msg phdr;
115 struct list_head cong_links;
116 struct list_head publications;
117 u32 pub_count;
118 atomic_t dupl_rcvcnt;
[all …]