Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dtipc_config.h98 struct tipc_link_info { struct
99 __be32 dest;
100 __be32 up;
101 char str[TIPC_MAX_LINK_NAME];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dtipc_config.h98 struct tipc_link_info { struct
99 __be32 dest;
100 __be32 up;
101 char str[TIPC_MAX_LINK_NAME];
/kernel/linux/linux-6.6/include/uapi/linux/
Dtipc_config.h195 struct tipc_link_info { struct
196 __be32 dest; /* network address of peer node */
197 __be32 up; /* 0=down, 1=up */
198 char str[TIPC_MAX_LINK_NAME]; /* link name */
/kernel/linux/linux-5.10/include/uapi/linux/
Dtipc_config.h199 struct tipc_link_info { struct
200 __be32 dest; /* network address of peer node */
201 __be32 up; /* 0=down, 1=up */
202 char str[TIPC_MAX_LINK_NAME]; /* link name */
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dtipc_config.h87 struct tipc_link_info { struct
88 __be32 dest;
89 __be32 up;
90 char str[TIPC_MAX_LINK_NAME];