Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dtipc.h55 struct tipc_event { struct
56 __u32 event;
57 __u32 found_lower;
58 __u32 found_upper;
59 struct tipc_socket_addr port;
60 struct tipc_subscr s;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dtipc.h68 struct tipc_event { struct
69 __u32 event;
70 __u32 found_lower;
71 __u32 found_upper;
72 struct tipc_socket_addr port;
73 struct tipc_subscr s;
/kernel/linux/linux-5.10/include/uapi/linux/
Dtipc.h128 struct tipc_event { struct
129 __u32 event; /* event type */
130 __u32 found_lower; /* matching range */
131 __u32 found_upper; /* " " */
132 struct tipc_socket_addr port; /* associated socket */
133 struct tipc_subscr s; /* associated subscription */