Searched refs:sock_fprog (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/kernel/uapi/linux/ |
D | if_tun.h | 29 #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)
|
D | ppp-ioctl.h | 80 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog) 81 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog)
|
D | filter.h | 20 struct sock_fprog { struct
|
/bionic/libc/seccomp/ |
D | seccomp_policy.cpp | 194 struct sock_fprog prog = { in install_filter()
|