Merge tag 'docs-5.11-2' of git://git.lwn.net/linux
[linux-2.6-microblaze.git] / Documentation / networking / tipc.rst
1 .. SPDX-License-Identifier: GPL-2.0
2
3 =================
4 Linux Kernel TIPC
5 =================
6
7 TIPC (Transparent Inter Process Communication) is a protocol that is
8 specially designed for intra-cluster communication.
9
10 For more information about TIPC, see http://tipc.sourceforge.net.
11
12 TIPC Base Types
13 ---------------
14
15 .. kernel-doc:: net/tipc/subscr.h
16    :internal:
17
18 .. kernel-doc:: net/tipc/bearer.h
19    :internal:
20
21 .. kernel-doc:: net/tipc/name_table.h
22    :internal:
23
24 .. kernel-doc:: net/tipc/name_distr.h
25    :internal:
26
27 .. kernel-doc:: net/tipc/bcast.c
28    :internal:
29
30 TIPC Bearer Interfaces
31 ----------------------
32
33 .. kernel-doc:: net/tipc/bearer.c
34    :internal:
35
36 .. kernel-doc:: net/tipc/udp_media.c
37    :internal:
38
39 TIPC Crypto Interfaces
40 ----------------------
41
42 .. kernel-doc:: net/tipc/crypto.c
43    :internal:
44
45 TIPC Discoverer Interfaces
46 --------------------------
47
48 .. kernel-doc:: net/tipc/discover.c
49    :internal:
50
51 TIPC Link Interfaces
52 --------------------
53
54 .. kernel-doc:: net/tipc/link.c
55    :internal:
56
57 TIPC msg Interfaces
58 -------------------
59
60 .. kernel-doc:: net/tipc/msg.c
61    :internal:
62
63 TIPC Name Interfaces
64 --------------------
65
66 .. kernel-doc:: net/tipc/name_table.c
67    :internal:
68
69 .. kernel-doc:: net/tipc/name_distr.c
70    :internal:
71
72 TIPC Node Management Interfaces
73 -------------------------------
74
75 .. kernel-doc:: net/tipc/node.c
76    :internal:
77
78 TIPC Socket Interfaces
79 ----------------------
80
81 .. kernel-doc:: net/tipc/socket.c
82    :internal:
83
84 TIPC Network Topology Interfaces
85 --------------------------------
86
87 .. kernel-doc:: net/tipc/subscr.c
88    :internal:
89
90 TIPC Server Interfaces
91 ----------------------
92
93 .. kernel-doc:: net/tipc/topsrv.c
94    :internal:
95
96 TIPC Trace Interfaces
97 ---------------------
98
99 .. kernel-doc:: net/tipc/trace.c
100    :internal: