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.h41 #define TUNATTACHFILTER _IOW('T', 213, struct sock_fprog)
42 #define TUNDETACHFILTER _IOW('T', 214, struct sock_fprog)
47 #define TUNGETFILTER _IOR('T', 219, struct sock_fprog)
Dppp-ioctl.h92 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog)
93 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog)
Dfilter.h32 struct sock_fprog { struct
/bionic/libc/seccomp/
Dseccomp_policy.cpp208 struct sock_fprog prog = { in install_filter()