Home
last modified time | relevance | path

Searched refs:sock_fprog (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dif_tun.h29 #define TUNATTACHFILTER _IOW('T', 213, struct sock_fprog)
30 #define TUNDETACHFILTER _IOW('T', 214, struct sock_fprog)
35 #define TUNGETFILTER _IOR('T', 219, struct sock_fprog)
Dppp-ioctl.h80 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog)
81 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog)
Dfilter.h20 struct sock_fprog { struct
/bionic/libc/seccomp/
Dseccomp_policy.cpp194 struct sock_fprog prog = { in install_filter()