Lines Matching refs:_IOW
32 #define TUNSETNOCSUM _IOW('T', 200, int)
33 #define TUNSETDEBUG _IOW('T', 201, int)
34 #define TUNSETIFF _IOW('T', 202, int)
35 #define TUNSETPERSIST _IOW('T', 203, int)
36 #define TUNSETOWNER _IOW('T', 204, int)
37 #define TUNSETLINK _IOW('T', 205, int)
38 #define TUNSETGROUP _IOW('T', 206, int)
40 #define TUNSETOFFLOAD _IOW('T', 208, unsigned int)
41 #define TUNSETTXFILTER _IOW('T', 209, unsigned int)
44 #define TUNSETSNDBUF _IOW('T', 212, int)
45 #define TUNATTACHFILTER _IOW('T', 213, struct sock_fprog)
46 #define TUNDETACHFILTER _IOW('T', 214, struct sock_fprog)
48 #define TUNSETVNETHDRSZ _IOW('T', 216, int)
49 #define TUNSETQUEUE _IOW('T', 217, int)
50 #define TUNSETIFINDEX _IOW('T', 218, unsigned int)
52 #define TUNSETVNETLE _IOW('T', 220, int)
58 #define TUNSETVNETBE _IOW('T', 222, int)