xref: /aosp_15_r20/bionic/libc/kernel/uapi/linux/kcm.h (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef KCM_KERNEL_H
8 #define KCM_KERNEL_H
9 struct kcm_attach {
10   int fd;
11   int bpf_fd;
12 };
13 struct kcm_unattach {
14   int fd;
15 };
16 struct kcm_clone {
17   int fd;
18 };
19 #define SIOCKCMATTACH (SIOCPROTOPRIVATE + 0)
20 #define SIOCKCMUNATTACH (SIOCPROTOPRIVATE + 1)
21 #define SIOCKCMCLONE (SIOCPROTOPRIVATE + 2)
22 #define KCMPROTO_CONNECTED 0
23 #define KCM_RECV_DISABLE 1
24 #endif
25