Searched refs:sock_fprog (Results 1 – 4 of 4) sorted by relevance
/include/uapi/linux/ |
D | if_tun.h | 54 #define TUNATTACHFILTER _IOW('T', 213, struct sock_fprog) 55 #define TUNDETACHFILTER _IOW('T', 214, struct sock_fprog) 60 #define TUNGETFILTER _IOR('T', 219, struct sock_fprog)
|
D | ppp-ioctl.h | 101 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog) /* set pass filter */ 102 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */
|
D | filter.h | 30 struct sock_fprog { /* Required for SO_ATTACH_FILTER. */ struct
|
/include/linux/ |
D | filter.h | 383 int sk_attach_filter(struct sock_fprog *fprog, struct sock *sk);
|