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