Lines Matching refs:_IOW
39 #define TUNSETNOCSUM _IOW('T', 200, int)
40 #define TUNSETDEBUG _IOW('T', 201, int)
41 #define TUNSETIFF _IOW('T', 202, int)
42 #define TUNSETPERSIST _IOW('T', 203, int)
43 #define TUNSETOWNER _IOW('T', 204, int)
44 #define TUNSETLINK _IOW('T', 205, int)
45 #define TUNSETGROUP _IOW('T', 206, int)
47 #define TUNSETOFFLOAD _IOW('T', 208, unsigned int)
48 #define TUNSETTXFILTER _IOW('T', 209, unsigned int)
51 #define TUNSETSNDBUF _IOW('T', 212, int)
52 #define TUNATTACHFILTER _IOW('T', 213, struct sock_fprog)
53 #define TUNDETACHFILTER _IOW('T', 214, struct sock_fprog)
55 #define TUNSETVNETHDRSZ _IOW('T', 216, int)